{
  "name": "protoculture-hapi",
  "author": "Alexander Trauzzi <atrauzzi@gmail.com>",
  "version": "1.0.33",
  "license": "Apache-2.0",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post",
    "build": "tsc",
    "demo": "ts-node --no-cache demo/server.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/atrauzzi/protoculture-hapi.git"
  },
  "keywords": [
    "typescript",
    "dependency-injection",
    "inversify",
    "hapi",
    "protoculture"
  ],
  "bugs": {
    "url": "https://github.com/atrauzzi/protoculture-hapi/issues"
  },
  "homepage": "https://github.com/atrauzzi/protoculture-hapi#readme",
  "devDependencies": {
    "semantic-release": "^6.3.2"
  },
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "dependencies": {
    "@types/chance": "^0.7.33",
    "@types/hapi": "^16.0.4",
    "@types/hapi-auth-jwt2": "^7.0.4",
    "@types/inert": "^4.2.0",
    "bell": "^8.7.0",
    "chance": "^1.0.9",
    "hapi": "^16.1.1",
    "hapi-auth-jwt2": "^7.3.0",
    "inert": "^4.2.0",
    "moment": "^2.18.1",
    "protoculture": "^2.0.25",
    "yar": "^8.1.2"
  }
}