{
  "name": "nodebootstrap",
  "description": "Node/Express.js project bootstrapper loaded with best-practices",
  "version": "4.5.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inadarei/nodebootstrap"
  },
  "author": "Irakli Nadareishvili (http://freshblurbs.com)",
  "contributors": [],
  "bin": {
    "nodebootstrap": "./nodebootstrap"
  },
  "engines": {
    "node": ">=10.0"
  },
  "dependencies": {
    "bluebird": "^3.5.1",
    "chalk": "^4.1.0",
    "extract-zip": "^2.0.1",
    "fs-extra": "^9.1.0",
    "get-port": "^5.1.1",
    "minimist": "^1.2.0",
    "ncp": "^2.0.0",
    "readline-sync": "^1.4.7",
    "request": "^2.48.0"
  },
  "keywords": [
    "node",
    "express",
    "boilerplate",
    "kit",
    "bootstrap",
    "best practices"
  ],
  "scripts": {
    "start": "nodebootstrap",
    "pretest": "node_modules/eslint/bin/eslint.js nodebootstrap",
    "test": "mocha --bail test/",
    "test-cov": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- --reporter dot test/ test/ acceptance/"
  },
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^7.22.0",
    "istanbul": "^0.4.5",
    "mocha": "^8.3.2"
  }
}
