biteagle-cli
Version:
Biteagle project command line interface.
60 lines (59 loc) • 1.55 kB
JSON
{
"name": "biteagle-cli",
"version": "0.0.1",
"description": "Biteagle project command line interface.",
"scripts": {
"command": "node bin/cli.js",
"prepare": "husky install",
"cz": "git-cz"
},
"bin": {
"biteagle": "bin/cli.js"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"比特鹰",
"biteagle",
"工程化",
"cli",
"command"
],
"author": "Biteagle <biteagle@yeah.net>",
"license": "MIT",
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"commitizen": "^4.2.4",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"typescript": "^4.7.3"
},
"dependencies": {
"chalk": "4.1.2",
"commander": "^9.3.0",
"cross-spawn": "^7.0.3",
"enquirer": "^2.3.6",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lodash-es": "^4.17.21",
"ora": "^6.1.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"engines": {
"node": ">=14.19"
},
"type": "module"
}