{
  "name": "@telefonica/luis-cli",
  "version": "5.5.0",
  "description": "CLI for Microsoft LUIS API",
  "license": "Apache-2.0",
  "repository": "https://github.com/Telefonica/luis-cli",
  "author": "TDAF <tdaf@tid.es>",
  "bin": {
    "luis-cli": "./bin/luis-cli"
  },
  "keywords": [
    "LUIS",
    "cognitive services",
    "NLP"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "shx rm -fR ./lib",
    "compile": "tsc",
    "lint": "tslint './src/**/*.ts'",
    "prepublish": "npm run build",
    "security": "nsp check",
    "test": "npm run build && mocha -R spec lib/**/*.spec.js"
  },
  "dependencies": {
    "colors": "^1.1.2",
    "commander": "^2.11.0",
    "lodash": "^4.17.4",
    "promise-retry": "^1.1.1",
    "promise-throttle": "^0.3.1",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5",
    "sprintf-js": "^1.1.1"
  },
  "devDependencies": {
    "@telefonica/language-model-converter": "^2.7.0",
    "@types/colors": "^1.1.3",
    "@types/commander": "^2.11.0",
    "@types/lodash": "^4.14.78",
    "@types/node": "^6",
    "@types/request-promise-native": "^1.0.8",
    "@types/sprintf-js": "1.1.0",
    "mocha": "^4.0.1",
    "nsp": "^2.8.1",
    "shx": "^0.2.2",
    "tslint": "^5.8.0",
    "typescript": "^2.5.3"
  },
  "engines": {
    "node": "~6.3.0"
  },
  "typings": "./lib/luis-trainer.d.ts"
}
