mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
19 lines
440 B
JSON
19 lines
440 B
JSON
{
|
|
"name": "@open-wc/root",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap --hoist",
|
|
"lint": "run-p lint:*",
|
|
"lint:eslint": "eslint --ext .js,.html ."
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^7.1.2",
|
|
"@commitlint/config-conventional": "^7.1.2",
|
|
"@commitlint/config-lerna-scopes": "^7.1.2",
|
|
"husky": "^1.0.1",
|
|
"lerna": "^3.2.1",
|
|
"npm-run-all": "^4.1.3"
|
|
}
|
|
}
|