{
  "name": "botframework-webchat-cris",
  "version": "0.16.0",
  "description": "Embeddable web chat control for the Microsoft Bot Framework (using CRIS endpoint for speech)",
  "main": "built/BotChat.js",
  "types": "built/BotChat.d.ts",
  "scripts": {
    "build-test": "cd test && npm run build",
    "build-test-watch": "concurrently \"tsc -w -p ./test/mock_dl\" \"tsc -w -p ./test\"",
    "build-css": "node-sass ./src/scss/ -o . && rimraf ./includes/",
    "build-ac-config": "npx microsoft-adaptivecards-scss-to-json ./src/scss/includes/adaptive-card-config.scss > adaptivecards-hostconfig.json",
    "build-all-style": "npm run build-css && npm run build-ac-config && webpack",
    "build": "npm run build-css && npm run tslint && tsc && webpack --progress",
    "watch": "npm-run-all -p -r -l tsc-watch webpack-watch",
    "tsc-watch": "tsc -w",
    "webpack": "webpack",
    "webpack-watch": "webpack --progress --watch",
    "clean": "rimraf built",
    "prepublish": "npm run build-css && npm run tslint && tsc && webpack --progress --config webpack.production.config.js",
    "start": "http-server -p 8000",
    "test": "cd test && npm test",
    "mock": "cd test && npm start",
    "install-test": "cd test && npm install",
    "tslint": "tslint -p tsconfig.json",
    "tslint-fix": "tslint --fix -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:phongcao/BotFramework-WebChat.git"
  },
  "author": "Microsoft Corp",
  "license": "MIT",
  "dependencies": {
    "adaptivecards": "1.0.0",
    "bluebird": "3.5.2",
    "botframework-directlinejs": "0.9.16",
    "core-js": "2.4.1",
    "jspeech": "^0.1.1",
    "markdown-it": "8.3.1",
    "microsoft-speech-browser-sdk-cris": "0.0.16",
    "react": "15.6.1",
    "react-dom": "15.6.1",
    "react-redux": "5.0.5",
    "redux": "3.7.2",
    "redux-observable": "0.13.0",
    "rxjs": "5.4.3",
    "simple-update-in": "^1.2.0",
    "tslib": "1.7.1"
  },
  "devDependencies": {
    "@types/bluebird": "3.5.2",
    "@types/markdown-it": "0.0.2",
    "@types/react": "15.6.1",
    "@types/react-dom": "15.5.7",
    "@types/react-redux": "5.0.5",
    "awesome-typescript-loader": "3.1.2",
    "chai": "^4.2.0",
    "chai-subset": "^1.6.0",
    "concurrently": "3.1.0",
    "expose-loader": "0.7.3",
    "gulp": "^3.9.1",
    "gulp-exec": "^3.0.1",
    "http-server": "^0.10.0",
    "last-commit-log": "^1.0.3",
    "node-sass": "^4.9.2",
    "npm-run-all": "3.1.2",
    "rimraf": "2.6.1",
    "semver": "^5.5.0",
    "source-map-loader": "0.2.1",
    "tslint": "5.11.0",
    "tslint-loader": "3.6.0",
    "typescript": "3.1.1",
    "webpack": "2.3.3"
  },
  "files": [
    "built/",
    "adaptivecards-hostconfig.json",
    "botchat-fullwindow.css",
    "botchat.css",
    "botchat.js",
    "botchat.js.map",
    "botchat-es5.js",
    "botchat-es5.js.map",
    "CognitiveServices.js",
    "CognitiveServices.js.map"
  ]
}
