mirror of
https://github.com/primer/css.git
synced 2024-11-10 16:07:25 +03:00
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"bootstrap": "lerna bootstrap --hoist",
|
|
"clean": "lerna clean",
|
|
"diff": "lerna diff",
|
|
"updated": "lerna updated",
|
|
"lint": "lerna run lint",
|
|
"release-pr": "script/release-pr",
|
|
"release-candidate": "script/release-candidate",
|
|
"release": "script/release",
|
|
"bump": "lerna publish --skip-git --skip-npm",
|
|
"test": "lerna run test"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^0.21.0",
|
|
"commit-status": "^4.1.0",
|
|
"glob": "^7.1.2",
|
|
"lerna": "^2.0.0",
|
|
"npm-run-all": "^4.0.2",
|
|
"primer-module-build": "^1.0.2",
|
|
"semver": "^5.3.0",
|
|
"stylelint": "^7.13.0",
|
|
"stylelint-config-primer": "^2.0.0"
|
|
}
|
|
}
|