quick-js-cli
Version:
A CLI that can develop JS faster.
45 lines (44 loc) • 941 B
JSON
{
"name": "quick-js-cli",
"version": "1.0.2",
"description": "A CLI that can develop JS faster.",
"bin": {
"quick": "./bin/quick.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/httpsxiao/quick-js-cli.git"
},
"keywords": [
"cli",
"quick",
"quick-js",
"js-cli",
"quick-cli"
],
"files": [
"bin",
"lib",
"package.json",
"README.md"
],
"author": "httpsxiao",
"license": "ISC",
"homepage": "https://github.com/httpsxiao/quick-js-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^2.19.0",
"execa": "^1.0.0",
"fs-extra": "^7.0.1",
"inquirer": "^6.2.1",
"ora": "^3.0.0",
"path": "^0.12.7",
"readline": "^1.3.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"string.prototype.padstart": "^3.0.0"
}
}