Files
open-wc/package.json
2018-10-10 22:31:05 +02:00

22 lines
598 B
JSON

{
"name": "@open-wc/root",
"private": true,
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap --hoist --no-ci",
"lint": "run-p lint:*",
"lint:eslint": "eslint --ext .js,.html .",
"publish": "lerna publish --message 'chore: release new versions'",
"test": "lerna run test --stream",
"test:bs": "lerna run test:bs --stream"
},
"devDependencies": {
"@commitlint/cli": "7.2.0",
"@commitlint/config-conventional": "7.1.2",
"@commitlint/config-lerna-scopes": "7.1.2",
"husky": "1.1.1",
"lerna": "3.4.3",
"npm-run-all": "4.1.3"
}
}