@adtkcn/hb-cli
Version:
用于uniapp的打包工具,可切换环境变量、可多配置,切换证书,更改版本,wifi调试
49 lines (48 loc) • 1.08 kB
JSON
{
"name": "@adtkcn/hb-cli",
"version": "2.0.2",
"description": "用于uniapp的打包工具,可切换环境变量、可多配置,切换证书,更改版本,wifi调试",
"main": "./index.cjs",
"types": "./index.d.ts",
"bin": {
"hb-cli": "bin/index.js"
},
"scripts": {
"push": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "adtkcn",
"license": "ISC",
"dependencies": {
"commander": "^13.1.0",
"dayjs": "^1.11.1",
"iconv-lite": "^0.6.3",
"inquirer": "^8.2.2",
"json5": "^2.2.1"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adtkcn/hb-cli.git"
},
"keywords": [
"uniapp",
"cli",
"env",
"打包",
"环境变量",
"wifi",
"打包回调"
],
"bugs": {
"url": "https://github.com/adtkcn/hb-cli/issues"
},
"homepage": "https://github.com/adtkcn/hb-cli",
"devDependencies": {
"@eslint/js": "^9.5.0",
"eslint": "^9.5.0",
"globals": "^15.6.0"
}
}