{
  "name": "atmt",
  "description": "CLI to create Chat bots using Automaton ",
  "version": "3.0.0",
  "author": "Abhishek V @abhivijay96 https://github.com/abhivijay96",
  "bin": {
    "atmt": "./bin/run"
  },
  "bugs": "",
  "dependencies": {
    "@oclif/command": "^1.4.6",
    "@oclif/config": "^1.3.61",
    "@oclif/plugin-help": "^1.2.1",
    "async": "^2.6.0",
    "js-beautify": "^1.7.5",
    "jsonschema": "^1.2.2",
    "ncp": "^2.0.0",
    "request": "^2.85.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "@oclif/dev-cli": "^1.4.2",
    "@oclif/test": "^1.0.1",
    "@oclif/tslint": "^1.0.2",
    "@types/chai": "^4.1.2",
    "@types/mocha": "^5.0.0",
    "@types/node": "^9.6.0",
    "chai": "^4.1.2",
    "globby": "^8.0.1",
    "grunt": "^1.0.2",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify-es": "^3.3.0",
    "mocha": "^5.0.5",
    "ts-node": "^5.0.1",
    "tslib": "^1.9.0",
    "tslint": "^5.9.1",
    "typescript": "^2.7.2"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "files": [
    ".oclif.manifest.json",
    "/bin",
    "/lib"
  ],
  "keywords": [
    "oclif"
  ],
  "license": "GNU",
  "main": "lib/index.js",
  "oclif": {
    "commands": "./lib/commands",
    "bin": "atmt",
    "plugins": [
      "@oclif/plugin-help"
    ]
  },
  "repository": "",
  "scripts": {
    "build": "rmdir /s /q lib && grunt && tsc",
    "clean": "Del .oclif.manifest.json",
    "lint": "tsc -p test --noEmit && tslint -p test -t stylish",
    "postpublish": "npm run clean",
    "posttest": "npm run lint",
    "prepublishOnly": "npm run build && oclif-dev manifest",
    "preversion": "npm run clean",
    "test": "mocha --forbid-only \"test/**/*.test.ts\"",
    "version": "oclif-dev readme && git add README.md"
  },
  "types": "lib/index.d.ts"
}
