quickbuild
Version:
A mature, feature-complete application generator with an emphasis on speed
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "quickbuild",
"version": "1.5.6",
"description": "A mature, feature-complete application generator with an emphasis on speed",
"repository": "https://github.com/abircb/quickbuild.git",
"main": "src/index.js",
"keywords": [
"quickbuild",
"application-generator",
"application-skeleton",
"project-generator",
"project-manager",
"cli"
],
"author": "The Random DevTools Project",
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
},
"files": [
"bin/",
"src/",
"templates/",
"helpers/"
],
"dependencies": {
"arg": "^4.1.3",
"chalk": "^3.0.0",
"covgen": "^3.1.2",
"esm": "^3.2.25",
"execa": "^4.0.0",
"gitignore": "^0.6.0",
"inquirer": "^7.1.0",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^1.0.0",
"spdx-license-list": "^6.1.0"
},
"bugs": {
"url": "https://github.com/abircb/quickbuild/issues"
},
"bin": {
"quickbuild": "bin/quickbuild"
},
"devDependencies": {
"eslint": "^7.8.1",
"prettier": "^2.1.1"
}
}