13 lines
262 B
JSON
13 lines
262 B
JSON
{
|
|
"devDependencies": {
|
|
"husky": "^0.13.3",
|
|
"lerna": "^2.0.0-beta.38-40-g203f7eb",
|
|
"promise-toolbox": "^0.8.2"
|
|
},
|
|
"scripts": {
|
|
"commitmsg": "yarn test",
|
|
"install": "lerna exec --concurrency 1 -- yarn",
|
|
"test": "lerna run test"
|
|
}
|
|
}
|