20 lines
415 B
JSON
20 lines
415 B
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"keywords": [],
|
|
"scripts": {
|
|
"fix": "run-s 'fix:*' && wsrun -e -c -s fix",
|
|
"fix:prettier": "prettier \"./*.json\" --write",
|
|
"build": "wsrun -e -c -s build",
|
|
"test": "wsrun -e -c -s test"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.3.2",
|
|
"wsrun": "^5.2.4"
|
|
},
|
|
"packageManager": "yarn@1.22.17"
|
|
}
|