{
  "name": "@xroadsed/eta-cli",
  "description": "CLI for Eta MVC server",
  "version": "1.3.25",
  "author": "Alex Hicks @aldahick",
  "bin": {
    "eta": "./bin/run"
  },
  "bugs": "https://github.com/crossroads-education/eta-cli/issues",
  "dependencies": {
    "@oclif/command": "^1.4.2",
    "@oclif/config": "^1.3.59",
    "@oclif/errors": "^1.0.2",
    "@oclif/plugin-help": "^1.1.6",
    "@oclif/plugin-warn-if-update-available": "^1.2.3",
    "@octokit/rest": "^15.2.6",
    "fs-extra": "^5.0.0",
    "globby": "^8.0.1",
    "lodash": "^4.17.5",
    "mocha": "^5.2.0",
    "mocha-junit-reporter": "^1.17.0",
    "pg": "^7.4.1",
    "recursive-readdir": "^2.2.2",
    "source-map-support": "^0.5.5",
    "tslint": "^5.9.1",
    "typeorm": "^0.2.4",
    "typescript": "^2.8.1"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.2.20",
    "@oclif/test": "^1.0.1",
    "@oclif/tslint": "^1.0.2",
    "@types/chai": "^4.1.2",
    "@types/fs-extra": "^5.0.1",
    "@types/lodash": "^4.14.106",
    "@types/mocha": "^2.2.48",
    "@types/node": "^9.4.7",
    "@types/pg": "^7.4.5",
    "@types/recursive-readdir": "^2.2.0",
    "chai": "^4.1.2",
    "ts-node": "5"
  },
  "engines": {
    "node": ">=8.4.0"
  },
  "files": [
    ".oclif.manifest.json",
    "/bin",
    "/lib",
    "/templates"
  ],
  "homepage": "https://github.com/crossroads-education/eta-cli",
  "keywords": [
    "oclif"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "eta",
    "hooks": {
      "init": [
        "./lib/hooks/working-dir-check"
      ]
    },
    "plugins": [
      "@oclif/plugin-help",
      "@oclif/plugin-warn-if-update-available"
    ]
  },
  "repository": "crossroads-education/eta-cli",
  "scripts": {
    "build": "rm -rf lib && tsc",
    "clean": "rm -f .oclif.manifest.json",
    "lint": "tslint -p . -t stylish",
    "postpublish": "yarn run clean",
    "prepublishOnly": "yarn run build && oclif-dev manifest && oclif-dev readme",
    "preversion": "yarn run clean",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
