Files
dooring/packages/dooringx-cli/package.json
hufeixiong 387423ce62 add cli
2022-01-14 09:48:18 +08:00

46 lines
945 B
JSON

{
"name": "dooringx-cli",
"version": "0.0.1",
"description": "dooringx cli",
"main": "index.js",
"author": "yehuozhili",
"scripts": {
"build": "rimraf ./dist && tsc ",
"start": "rimraf ./dist && tsc --watch "
},
"bin": {
"dooringx": "./bin/www"
},
"files": [
"dist",
"bin"
],
"keywords": [],
"license": "MIT",
"dependencies": {
"chalk": "^4.1.1",
"commander": "^7.2.0",
"consolidate": "^0.16.0",
"cross-spawn": "^7.0.3",
"ejs": "^3.1.6",
"fs-extra": "^10.0.0",
"inquirer": "^8.1.0",
"metalsmith": "^2.3.0",
"util": "^0.12.4"
},
"devDependencies": {
"@types/consolidate": "^0.14.0",
"@types/cross-spawn": "^6.0.2",
"@types/fs-extra": "^9.0.11",
"@types/inquirer": "^7.3.1",
"@types/metalsmith": "^2.3.0",
"@types/node": "^15.12.0",
"rimraf": "^3.0.2",
"typescript": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/H5-Dooring/dooringx.git"
}
}