{
"devDependencies": {
"lerna": "3.11.0"
},
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"setup": "npm run bootstrap && npm run build:uikit",
"build:uikit": "lerna exec --scope @pattern-lab/uikit-workshop -- npm run build",
"precommit": "pretty-quick --staged",
"prettier": "prettier --config .prettierrc --write ./**/*.js --ignore-path .prettierignore",
"test": "lerna run test",
"clean": "git clean -dfx"
},
"nyc": {
"exclude": [
"**/*_tests.js",
"packages/cli",
"packages/core/test",
"packages/live-server"
]
}
}