{
 "name": "@microsoft/bf-luis-cli",
 "version": "4.15.0",
 "bugs": "https://github.com/microsoft/botframework-cli/issues",
 "engines": {
  "node": ">=8.0.0"
 },
 "files": [
  "/lib",
  "/npm-shrinkwrap.json",
  "/oclif.manifest.json",
  "/yarn.lock"
 ],
 "homepage": "https://github.com/microsoft/botframework-cli",
 "keywords": [
  "oclif-plugin"
 ],
 "license": "MIT",
 "oclif": {
  "commands": "./lib/commands",
  "bin": "bf",
  "devPlugins": [
   "@oclif/plugin-help"
  ]
 },
 "repository": "https://github.com/microsoft/botframework-cli/tree/master/packages/luis",
 "scripts": {
  "postpack": "rimraf oclif.manifest.json",
  "prepack": "npm run clean && npm run build && npm run doc:readme",
  "posttest": "tslint -p test -t stylish",
  "build": "tsc -b",
  "clean": "rimraf ./.nyc_output ./lib ./package-lock.json ./tsconfig.tsbuildinfo",
  "test": "mocha",
  "test:functional": "mocha --config ./test/functional/.mocharc.json **/functional/*.test.{js,ts}",
  "coverage": "nyc npm run test",
  "doc": "npm run build && npm run doc:readme && rimraf oclif.manifest.json",
  "doc:readme": "oclif-dev manifest && oclif-dev readme",
  "version": "npm run doc:readme && git add README.md"
 },
 "dependencies": {
  "@azure/cognitiveservices-luis-authoring": "4.0.0-preview.1",
  "@azure/cognitiveservices-luis-runtime": "5.0.0",
  "@azure/ms-rest-azure-js": "2.0.1",
  "@microsoft/bf-cli-command": "4.15.0",
  "@microsoft/bf-lu": "4.15.0",
  "@oclif/command": "~1.5.19",
  "@oclif/config": "~1.13.3",
  "@oclif/errors": "~1.2.2",
  "@types/node-fetch": "~2.5.5",
  "@types/sinon": "^7.5.0",
  "axios": "~0.21.1",
  "cli-ux": "~5.3.3",
  "fs-extra": "^8.1.0",
  "lodash": "^4.17.19",
  "node-fetch": "~2.6.0",
  "tslib": "^2.0.3",
  "username": "^4.1.0"
 },
 "devDependencies": {
  "@oclif/dev-cli": "~1.22.2",
  "@oclif/plugin-help": "~2.2.1",
  "@oclif/test": "~1.2.5",
  "@oclif/tslint": "~3.1.1",
  "@types/chai": "^4.2.4",
  "@types/lodash": "~4.14.159",
  "@types/mocha": "^5.2.7",
  "@types/nock": "^11.1.0",
  "@types/node": "^10.17.4",
  "@types/rimraf": "^2.0.3",
  "chai": "^4.2.0",
  "globby": "^10.0.1",
  "mocha": "^6.2.2",
  "nock": "^11.7.0",
  "nyc": "^14.1.1",
  "rimraf": "^3.0.0",
  "sinon": "^7.5.0",
  "ts-node": "^9.0.0",
  "tslint": "^5.20.1",
  "typescript": "^4.0.3",
  "uuid": "^3.3.3"
 }
}
