jj-cli
Version:
77 lines (76 loc) • 1.57 kB
JSON
{
"name": "jj-cli",
"version": "1.1.17",
"description": "A TOOL CLI",
"main": "j.js",
"bin": {
"jj": "j.js",
"j": "j.js",
"ai": "j.js"
},
"engines": {
"node": ">=10.1.0"
},
"debug": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp buildraw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeiJueChen/jj-cli.git"
},
"files": [
"package-lock.json",
"package.json",
"j.js",
"index.js",
"dist",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/PeiJueChen/jj-cli",
"keywords": [
"tool",
"jj",
"j",
"git tool",
"cordova tool",
"capacitor tool",
"open ios",
"open android",
"appcenter",
"appcenter upload",
"preview",
"sign android"
],
"author": "Jason Chan",
"license": "MIT",
"dependencies": {
"adm-zip": "^0.5.9",
"ansi-regex": "^6.0.1",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
"commander": "^7.2.0",
"connect": "^3.7.0",
"download-git-repo": "^3.0.2",
"faye-websocket": "^0.11.4",
"form-data": "^4.0.0",
"inquirer": "^8.0.0",
"inquirer-autocomplete-prompt": "^1.3.0",
"open": "^8.0.6",
"ora": "^5.4.0",
"semver": "^7.3.5",
"sirv": "^1.0.17",
"update-notifier": "^5.1.0",
"which": "^2.0.2"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-terser": "^2.0.1"
}
}