mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
533e7ce26e
This ensures that `lerna boostrap` runs successfully
22 lines
474 B
JSON
22 lines
474 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "16.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^7.29.0",
|
|
"husky": "^6.0.0",
|
|
"lerna": "^4.0.0",
|
|
"lint-staged": "^11.1.2",
|
|
"prettier": "^2.3.2"
|
|
},
|
|
"scripts": {
|
|
"watch-libs": "lerna run watch --no-private --parallel",
|
|
"build-libs": "lerna run build --no-private",
|
|
"test": "lerna run test",
|
|
"bootstrap": "lerna bootstrap",
|
|
"build:prod": "lerna run build:prod"
|
|
}
|
|
}
|