{
  "name": "w-restapi",
  "version": "1.0.15",
  "main": "dist/w-restapi.umd.js",
  "dependencies": {
    "@hapi/hapi": "^21.3.7",
    "@hapi/inert": "^7.1.0",
    "lodash-es": "^4.17.21",
    "wsemi": "^1.7.49"
  },
  "devDependencies": {
    "json5": "^2.2.3",
    "w-package-tools": "^1.0.75"
  },
  "scripts": {
    "test": "mocha --parallel --timeout 60000 --experimental-modules --es-module-specifier-resolution=node",
    "deploy": "gh-pages -d docs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yuda-lyu/w-restapi.git"
  },
  "keywords": [
    "package",
    "tool",
    "http",
    "server",
    "rest",
    "api",
    "hapi",
    "swagger",
    "nodejs"
  ],
  "author": "yuda-lyu(semisphere)",
  "license": "MIT"
}