{
  "name": "neat",
  "description": "Neat is a CLI tool and a collection of the neatest repository templates to improve your repos.",
  "version": "2.1.0",
  "author": "Romain Barissat @incorrupt",
  "bin": {
    "neat": "./bin/run"
  },
  "bugs": "https://github.com/olivr-com/neat/issues",
  "dependencies": {
    "@oclif/command": "^1",
    "@oclif/config": "^1.15.1",
    "@oclif/plugin-help": "^3",
    "@types/chalk": "^2.2.0",
    "@types/inquirer": "^6.5.0",
    "@types/lodash.escaperegexp": "^4.1.6",
    "@types/node": "^14.0.4",
    "@types/node-fetch": "^2.5.7",
    "@types/util.promisify": "^1.0.4",
    "@types/yaml": "^1.9.7",
    "chalk": "^4.0.0",
    "cli-ux": "^5.4.6",
    "inquirer": "^7.1.0",
    "lodash.escaperegexp": "^4.1.2",
    "node-fetch": "^2.6.0",
    "tslib": "^1",
    "yaml": "^1.9.2"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1",
    "@oclif/test": "^1",
    "@types/chai": "^4",
    "@types/fs-extra": "^9.0.1",
    "@types/mocha": "^5",
    "@types/nock": "^11.1.0",
    "chai": "^4",
    "eslint": "^5.13",
    "eslint-config-oclif": "^3.1",
    "eslint-config-oclif-typescript": "^0.1",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.20.2",
    "fs-extra": "^9.0.0",
    "mocha": "^5",
    "mock-inquirer": "^1.0.3",
    "nock": "^12.0.3",
    "nyc": "^14",
    "sinon": "^9.0.2",
    "ts-node": "^8",
    "typescript": "^3.3"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    "/bin",
    "/lib"
  ],
  "homepage": "https://github.com/olivr-com/neat",
  "keywords": [
    "cli",
    "repository",
    "template"
  ],
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "oclif": {
    "bin": "neat"
  },
  "repository": "olivr-com/neat",
  "scripts": {
    "posttest": "eslint . --ext .ts --config .eslintrc",
    "prepack": "rm -rf lib && tsc -b",
    "test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\""
  },
  "types": "lib/index.d.ts"
}
