2018-09-01 06:22:27 +03:00
|
|
|
{
|
2018-12-29 19:34:58 +03:00
|
|
|
"name": "root",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"bootstrap": "lerna bootstrap --no-ci",
|
|
|
|
"build:prod": "lerna run build:prod",
|
|
|
|
"test": "npm run build:prod && lerna run test"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"lerna": "^3.4.0",
|
|
|
|
"prettier": "1.15.3"
|
|
|
|
}
|
|
|
|
}
|