mirror of
https://github.com/zhigang1992/docz.git
synced 2026-03-27 22:49:33 +08:00
25 lines
484 B
JSON
25 lines
484 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"clean": "lerna clean",
|
|
"bs": "lerna bootstrap",
|
|
"build": "lerna run build"
|
|
},
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"lerna": "^2.11.0",
|
|
"libundler": "^1.6.4",
|
|
"npm-run-all": "^4.1.3",
|
|
"prettier": "^1.11.1",
|
|
"trash-cli": "^1.4.0",
|
|
"tslint": "^5.10.0",
|
|
"tslint-config-prettier": "^1.12.0",
|
|
"typescript": "^2.8.3"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples/*"
|
|
]
|
|
}
|