mirror of
https://github.com/zhigang1992/docz.git
synced 2026-01-12 22:46:49 +08:00
22 lines
401 B
JSON
22 lines
401 B
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"bs": "lerna bootstrap"
|
|
},
|
|
"devDependencies": {
|
|
"lerna": "^2.9.0",
|
|
"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.7.2"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"examples/*"
|
|
]
|
|
}
|