{
  "name": "@botique/botframework-directlinejs",
  "version": "0.13.4-BP-733.0",
  "description": "client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
  "main": "built/directLine.js",
  "types": "built/directLine.d.ts",
  "scripts": {
    "build": "tsc && webpack",
    "watch": "npm-run-all -p -r -l tsc-watch webpack-watch",
    "tsc-watch": "tsc -w",
    "webpack-watch": "webpack -w",
    "clean": "rm -rf built",
    "prepublish": "tsc && webpack --config webpack.production.config.js",
    "test": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "git://git@github.com/Microsoft/BotFramework-DirectLineJS.git"
  },
  "author": "Microsoft Corp",
  "license": "MIT",
  "dependencies": {
    "rxjs": "^5.5.5"
  },
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/chai-subset": "^1.0.29",
    "@types/deep-freeze": "0.0.29",
    "chai": "^3.5.0",
    "chai-subset": "^1.4.0",
    "deep-freeze": "0.0.1",
    "http-server": "^0.9.0",
    "mocha": "^3.2.0",
    "npm-run-all": "^3.1.2",
    "source-map-loader": "^0.1.5",
    "ts-loader": "^1.3.3",
    "typescript": "^2.3.2",
    "webpack": "^1.14.0"
  }
}
