fast-app-cli
Version:
fast-app是Apicloud快速开发脚手架
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "fast-app-cli",
"version": "0.1.7",
"description": "fast-app是Apicloud快速开发脚手架",
"main": "./dist/fast-app.js",
"bin": {
"fast-app": "./dist/fast-app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p --color --progress --config build/webpack.config.js"
},
"keywords": [
"fast-app",
"Apicloud",
"新建APP项目",
"快速开发app",
"fast-app脚手架",
"命令行",
"真机同步",
"日志输出",
"打包APP",
"wifi"
],
"author": "tangfei <tangfei@cnmiaosu.com>",
"license": "UNLICENSED",
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"commander": "^2.20.0",
"download-git-repo": "^2.0.0",
"fs-extra": "^8.0.1",
"glob": "^7.1.4",
"inquirer": "^6.4.0",
"klaw": "^3.0.0",
"localstorage-ponyfill": "^1.0.2",
"log-symbols": "^3.0.0",
"ora": "^3.4.0",
"prompt": "^1.0.0",
"public-ip": "^3.1.0",
"semver": "^6.3.0",
"ws": "^7.1.1",
"xml2js": "^0.4.19"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"terser-webpack-plugin": "^1.4.1",
"webpack": "^4.39.1",
"webpack-cli": "^3.3.4",
"webpack-node-externals": "^1.7.2"
}
}