13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"devDependencies": {
|
|
"husky": "^0.13.1",
|
|
"lerna": "^2.0.0-beta.34",
|
|
"promise-toolbox": "^0.8.0"
|
|
},
|
|
"scripts": {
|
|
"commit-msg": "yarn test",
|
|
"install": "lerna exec --concurrency 1 -- yarn",
|
|
"test": "lerna exec -- yarn test"
|
|
}
|
|
}
|