{
  "name": "@alana/core",
  "version": "2.3.0",
  "description": "Bot framework for contextual chatbots",
  "main": "lib/index.js",
  "typings": "lib/index",
  "scripts": {
    "build": "tsc",
    "test": "npm run build && mocha",
    "prepublish": "npm test && node lib/nlp/compile"
  },
  "keywords": [
    "bot",
    "chatbot",
    "bot framework",
    "typescript"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alana-bot/core.git"
  },
  "author": "Adam Juhasz",
  "license": "MIT",
  "dependencies": {
    "@alana/intents": "2.x",
    "bluebird": "^3.4.1",
    "lodash": "^4.11.0",
    "natural": "^0.4.0",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "@types/bluebird": "^3.5.0",
    "@types/lodash": "^4.14.55",
    "@types/natural": "^0.2.31",
    "@types/uuid": "^2.0.29",
    "chai": "^3.5.0",
    "mocha": "^2.5.3",
    "source-map-support": "^0.4.11",
    "tslint": "^4.3.1",
    "typescript": "^2.2.1"
  },
  "preferGlobal": false
}
