{
  "name": "chatic",
  "version": "0.3.0",
  "description": "Module for chatbot end-to-end testing",
  "bin": {
    "chatic": "cli.js"
  },
  "main": "lib/index.js",
  "files": [
    "lib/",
    "cli.js"
  ],
  "keywords": [
    "tdd",
    "bdd",
    "chatbot",
    "e2e"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Chatic/chatic-cli"
  },
  "scripts": {
    "audit": "nsp check package",
    "build": "babel -d ./ ./src",
    "check": "npm run audit && npm outdated --depth 0",
    "github-release": "conventional-github-releaser -p chatic",
    "lint": "eslint src test src",
    "major": "./node_modules/.bin/pmm major",
    "minor": "./node_modules/.bin/pmm minor",
    "patch": "./node_modules/.bin/pmm patch",
    "prepare": "npm run build && npm run lint",
    "test": "ava --require babel-core/register"
  },
  "author": {
    "name": "Chatic Team",
    "email": "hello@chatic.io",
    "url": "https://chatic.io"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "chai": "^4.0.2",
    "chai-as-promised": "^7.0.0",
    "chalk": "^1.1.3",
    "cli-spinner": "^0.2.6",
    "glob": "^7.1.2",
    "graceful-fs": "^4.1.11",
    "inquirer": "^3.1.1",
    "meow": "^3.7.0",
    "mocha": "^3.4.2",
    "moment": "^2.18.1",
    "q": "^1.5.0",
    "request": "^2.81.0",
    "websocket": "^1.0.24"
  },
  "devDependencies": {
    "ava": "^0.19.1",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-plugin-transform-function-bind": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "conventional-github-releaser": "^1.1.11",
    "eslint": "3.19.0",
    "nsp": "^2.6.3",
    "nyc": "^11.0.2",
    "pmm": "^1.3.1",
    "pre-commit": "^1.2.2"
  }
}
