mirror of
https://github.com/zhigang1992/docz.git
synced 2026-04-29 01:45:54 +08:00
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"bs": "lerna bootstrap"
|
|
},
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"lerna": "^2.10.1",
|
|
"libundler": "^1.5.1",
|
|
"npm-run-all": "^4.1.2",
|
|
"prettier": "^1.11.1",
|
|
"trash-cli": "^1.4.0",
|
|
"tslint": "^5.9.1",
|
|
"tslint-config-prettier": "^1.10.0",
|
|
"typescript": "^2.8.1"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples/*"
|
|
]
|
|
}
|