wic-weapp-cli
Version:
A scaffold uesd to fast develop weapp projects.
58 lines (57 loc) • 1.32 kB
JSON
{
"name": "wic-weapp-cli",
"version": "0.4.3",
"description": "A scaffold uesd to fast develop weapp projects.",
"main": "index.js",
"bin": {
"wic": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"release": "standard-version",
"commit": "git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blcher/wic-weapp-cli.git"
},
"keywords": [
"weapp-cli",
"weapp",
"applet-cli",
"applet"
],
"author": "Bootcher",
"license": "ISC",
"bugs": {
"url": "https://github.com/blcher/wic-weapp-cli/issues"
},
"homepage": "https://github.com/blcher/wic-weapp-cli#readme",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@types/node": "^16.7.13",
"eslint": "^7.32.0",
"git-cz": "^4.7.6",
"husky": "^7.0.2",
"standard-version": "^9.3.1"
},
"dependencies": {
"adm-zip": "^0.5.5",
"chalk": "^4.1.2",
"commander": "^6.1.0",
"console-grid": "^1.0.17",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"figlet": "^1.5.2",
"inquirer": "^8.1.2",
"log-symbols": "^4.1.0",
"ora": "^4.0.0"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}