express-api-cli
Version:
Cli tool for generating an express project. Instead of wasting extra time creating your project structure, start building right away
39 lines (38 loc) • 944 B
JSON
{
"name": "express-api-cli",
"version": "0.0.7",
"description": "Cli tool for generating an express project. Instead of wasting extra time creating your project structure, start building right away",
"preferGlobal": true,
"bin": {
"exp-api": "./bin/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tolustar <info@tolustar.com> (tolustar.com)",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"ora": "^5.0.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/tolustar/express-api-cli"
},
"keywords": [
"express",
"api",
"cli",
"express-api"
]
}