13 lines
312 B
JSON
13 lines
312 B
JSON
{
|
|
"name": "@nexim/actions",
|
|
"packageManager": "yarn@4.6.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "prettier . --write",
|
|
"upd": "yarn set version latest && yarn up '*' && yarn up '*' -R && yarn dlx @yarnpkg/sdks vscode && yarn dedupe"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.4.2"
|
|
}
|
|
}
|