{
  "name": "botbuilder-core-extensions",
  "author": "Microsoft Corp.",
  "description": "Common middleware and related abstractions for the Bot Builder core library.",
  "version": "4.0.0-preview1.2",
  "license": "MIT",
  "keywords": [
    "botbuilder",
    "botframework",
    "bots",
    "chatbots"
  ],
  "bugs": {
    "url": "https://github.com/Microsoft/botbuilder-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/botbuilder-js.git"
  },
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "dependencies": {
    "@types/node": "^9.3.0",
    "assert": "^1.4.1",
    "async-file": "^2.0.2",
    "botbuilder-core": "4.0.0-preview1.2",
    "filenamify": "^2.0.0",
    "rimraf": "^2.6.2"
  },
  "devDependencies": {
    "@types/mocha": "^2.2.47",
    "mocha": "^5.0.0",
    "nyc": "^11.4.1",
    "source-map-support": "^0.5.3",
    "ts-node": "^4.1.0"
  },
  "scripts": {
    "test": "tsc && nyc mocha tests/",
    "build": "tsc",
    "clean": "erase /q lib\\*.*"
  }
}
