@fly_dream/cli
Version:
工程化命令行 cli 工具
45 lines • 974 B
JSON
{
"name": "@fly_dream/cli",
"description": "工程化命令行 cli 工具",
"version": "0.4.13",
"type": "module",
"repository": {
"type": "git",
"url": "git://gitee.com/towardly/ph.git",
"directory": "packages/cli"
},
"license": "MIT",
"author": "fly_dream <tenny.shu@foxmail.com>",
"bugs": {
"url": "https://gitee.com/towardly/ph/issues"
},
"homepage": "https://gitee.com/towardly/ph/tree/master/packages/cli#readme",
"bin": {
"tcli": "./lib/index.js"
},
"main": "lib/index.js",
"keywords": [
"nodejs",
"ph",
"cli"
],
"files": [
"lib"
],
"dependencies": {
"@commander-js/extra-typings": "^12.1.0",
"commander": "^12.1.0",
"enquirer": "^2.4.1",
"laytpl": "^2.0.0",
"nanospinner": "^1.2.2",
"ph-utils": "^0.15.4"
},
"devDependencies": {
"@types/node": "^22.10.2",
"tsx": "^4.19.2"
},
"scripts": {
"test": "node index.js rm",
"dev": "tsx index.ts"
}
}