{
  "name": "wolf-core",
  "version": "2.5.2",
  "description": "",
  "main": "dist/index",
  "typings": "dist/index",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc -w",
    "build:dev": "tsc --p tsconfig.example.json",
    "build:dev:watch": "tsc --p tsconfig.example.json -w",
    "preversion": "git-branch-is master && echo Branch In Master",
    "release:patch": "npm version patch",
    "release:minor": "npm version minor",
    "release:major": "npm version major",
    "postversion": "git push && git push --tags",
    "test": "jest"
  },
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/src/tests/**/?(*.)(spec|test).(j|t)s?(x)",
      "<rootDir>/examples/**/?(*.)(spec|test).(j|t)s?(x)"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  },
  "keywords": [
    "botbuilder",
    "Microsoft Bot Framework"
  ],
  "homepage": "https://github.com/wolf-packs/wolf-core",
  "repository": {
    "type": "git",
    "url": "git://github.com/wolf-packs/wolf-core.git"
  },
  "bugs": {
    "url": "https://github.com/wolf-packs/wolf-core/issues"
  },
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^22.2.3",
    "botbuilder": "^4.0.0-preview1.2",
    "botbuilder-node": "^4.0.0-m1.10",
    "botbuilder-services": "^4.0.0-m1.10",
    "botbuilder-wolf-rive": "^1.1.2",
    "bravey": "^0.1.5",
    "dotenv": "^6.0.0",
    "git-branch-is": "^2.0.0",
    "jest": "^22.4.4",
    "restify": "^6.3.4",
    "ts-jest": "^22.4.6",
    "typescript": "^3.0.0"
  },
  "dependencies": {
    "botbuilder-redux": "^2.1.0",
    "debug": "^3.1.0",
    "immutable": "^3.8.2",
    "lodash.difference": "^4.5.0",
    "lodash.get": "^4.4.2",
    "lodash.set": "^4.3.2",
    "redux": "^4.0.0",
    "reselect": "^3.0.1"
  },
  "peerDependencies": {
    "remote-redux-devtools": "^0.5.13",
    "remotedev-server": "^0.2.5"
  }
}
