{
  "name": "@telefonica/bot-core",
  "version": "3.0.0",
  "description": "Bot Core module to develop bots based on Microsoft Bot Framework",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib"
  ],
  "scripts-info": {
    "info": "List available scripts",
    "build": "Builds the plugin, by cleaning and compiling TypesScript into Javascript",
    "compile": "Just compiles your code",
    "dev": "Watch codebase, trigger compile when source code changes",
    "lint": "Check coding guidelines conformance",
    "security": "Check if your dependencies are secure",
    "test": "Test your codebase"
  },
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "shx rm -fR ./lib",
    "compile": "tsc",
    "dev": "npm run watch",
    "info": "npm-scripts-info",
    "lint": "tslint './src/**/*.ts'",
    "prepublish": "npm run build",
    "security": "nsp check",
    "test": "npm run build && mocha -R spec 'lib/**/*.spec.js'",
    "watch": "tsc -w"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Telefonica/bot-core"
  },
  "keywords": [
    "bot",
    "bot framework",
    "telefonica"
  ],
  "author": "TDAF <tdaf@tid.es>",
  "license": "Apache-2.0",
  "dependencies": {
    "@slack/client": "^3.6.0",
    "@telefonica/object-storage": "^3.0.1",
    "alfalfa": "^2.2.0",
    "azure-event-hubs": "0.0.6",
    "bingspeech-api-client": "^2.2.0",
    "botbuilder": "3.7.0",
    "botbuilder-cognitiveservices": "^1.0.1",
    "express": "^4.14.0",
    "express-domaining": "^2.0.1",
    "express-ping": "^1.4.0",
    "express-tracking": "^1.0.1",
    "logops": "^1.0.7",
    "needle": "^1.4.3",
    "therror": "^2.1.0",
    "therror-connect": "^1.0.2",
    "uuid": "^3.0.1"
  },
  "devDependencies": {
    "@types/bluebird": "^3.0.37",
    "@types/chai": "^3.4.33",
    "@types/express": "^4.0.0",
    "@types/mocha": "^2.2.32",
    "@types/nock": "^8.0.33",
    "@types/node": "^6.0.40",
    "@types/request": "0.0.40",
    "@types/sinon": "^1.16.30",
    "@types/sinon-chai": "^2.7.27",
    "@types/uuid": "^2.0.29",
    "chai": "^3.5.0",
    "mocha": "^3.0.2",
    "nock": "^9.0.7",
    "nodemon": "^1.10.2",
    "npm-scripts-info": "^0.3.6",
    "nsp": "^2.6.1",
    "shx": "^0.2.2",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "tslint": "^4.4.2",
    "typescript": "^2.2.2"
  }
}
