{
  "name": "@gar/hapi-json-api",
  "version": "4.0.0",
  "description": "Hapi plugin for enabling/enforcing JSONAPI specification",
  "main": "lib/index.js",
  "scripts": {
    "dev": "fsmonitor -s -p '+*.js' npm test",
    "lint": "eslint .",
    "test": "lab -c",
    "validate": "npm ls"
  },
  "keywords": ["hapi", "json-api", "plugin", "json", "api"],
  "author": "Kjell-Morten Bratsberg Thorsen <post@kjellmorten.no>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kjellmorten/hapi-json-api.git"
  },
  "engines": {
    "node": ">=14.15.0"
  },
  "dependencies": {
    "@hapi/boom": "^10.0.1",
    "accepts": "^1.3.8",
    "media-type": "^0.3.1"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.24.6",
    "@hapi/code": "^9.0.3",
    "@hapi/eslint-plugin": "^6.0.0",
    "@hapi/hapi": "^21.3.9",
    "@hapi/lab": "^25.2.0",
    "eslint": "^9.3.0",
    "fsmonitor": "^0.2.4",
    "git-validate": "^2.2.4"
  },
  "files": [
    "lib/index.js",
    "lib/PreResponse.js",
    "lib/IsJsonApiRequest.js",
    "lib/PreHandler.js"
  ],
  "pre-commit": ["lint", "validate", "test"]
}
