{
  "name": "hapi",
  "version": "4.5.5",
  "private": true,
  "description": "hapi Example.",
  "main": "index.js",
  "scripts": {
    "start": "npm run build && node lib/app.js",
    "dev": "nodemon --inspect lib/app.js",
    "watch": "tsbb watch",
    "build": "tsbb build --bail",
    "test": "tsbb test",
    "coverage": "tsbb test --coverage --bail"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaywcjlove/tsbb/tree/master/example/basic"
  },
  "jest": {},
  "keywords": [],
  "license": "MIT",
  "author": "",
  "nodemonConfig": {
    "ignore": [
      "test/*",
      "node_modules/*"
    ],
    "delay": "2500"
  },
  "devDependencies": {
    "nodemon": "~2.0.22",
    "tsbb": "4.5.5"
  },
  "dependencies": {
    "@hapi/hapi": "^21.3.0"
  }
}
