mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-31 08:31:22 +00:00
22 lines
598 B
JSON
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"
|
|
}
|
|
}
|