UNPKG

build-express-api

Version:

Command line interface for instantly building an express rest api

42 lines (41 loc) 931 B
{ "name": "build-express-api", "version": "1.2.4", "description": "Command line interface for instantly building an express rest api", "main": "./bin/cli.js", "preferGlobal": true, "bin": "./bin/cli.js", "scripts": { "test": "mocha || true" }, "keywords": [ "express", "api", "node", "node.js", "express.js", "rest", "cli", "build-express-api", "express-api" ], "repository": { "type": "git", "url": "git+https://github.com/ognjengt/build-express-api.git" }, "author": "Ognjen Gatalo <ognjeng95@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/ognjengt/build-express-api/issues" }, "homepage": "https://github.com/ognjengt/build-express-api#readme", "dependencies": { "commander": "^2.16.0", "inquirer": "^4.0.2" }, "devDependencies": { "chai": "^4.1.2", "chai-fs": "^2.0.0", "mocha": "^4.0.1" } }