{
  "name": "event-framework",
  "description": "The framework",
  "version": "0.1.0-beta",
  "license": "MIT",
  "keywords": [
    "library"
  ],
  "scripts": {
    "start": "nodemon -w src -e ts -x ts-node",
    "test": "jest src",
    "test:coverage": "yarn test --coverage",
    "lint": "tslint --project tsconfig.json",
    "release": "cd build && yarn publish",
    "build": "bash -v -e scripts/build.bash",
    "build:link": "yarn build && cd build && yarn link",
    "preversion": "yarn lint && yarn build && yarn test:coverage",
    "version": "version-changelog CHANGELOG.md && git add CHANGELOG.md"
  },
  "devDependencies": {
    "@types/jest": "^22.2.0",
    "@types/koa": "^2.0.43",
    "@types/koa-router": "^7.0.27",
    "@types/node": "^9.4.7",
    "@types/node-fetch": "^1.6.7",
    "changelog-verify": "^1.1.0",
    "jest": "^22.4.2",
    "jest-spec-reporter": "^1.0.3",
    "jest-tap-reporter": "^1.9.0",
    "nodemon": "^1.14.3",
    "ts-jest": "^22.4.2",
    "ts-node": "^5.0.1",
    "tslint": "^5.6.0",
    "tslint-config-temando": "^1.5.0",
    "typescript": "^2.7.2",
    "version-changelog": "^2.1.0"
  },
  "dependencies": {
    "@types/bluebird": "^3.5.8",
    "@types/chalk": "^0.4.31",
    "@types/execa": "^0.8.1",
    "@types/koa-bodyparser": "^3.0.26",
    "@types/lodash": "^4.14.105",
    "@types/qs": "^6.5.1",
    "bluebird": "^3.5.0",
    "chalk": "^2.1.0",
    "execa": "^0.9.0",
    "koa": "^2.4.1",
    "koa-bodyparser": "^4.2.0",
    "koa-router": "^7.3.0",
    "lodash": "^4.17.5",
    "node-fetch": "^1.7.3",
    "qs": "^6.5.1",
    "uuid": "^3.1.0"
  }
}
