{
  "name": "@rxdi/hapi",
  "version": "0.7.251",
  "repository": {
    "type": "git",
    "url": "https://github.com/rxdi/hapi"
  },
  "scripts": {
    "build": "tsc",
    "test": "echo tests"
  },
  "author": {
    "name": "Kristian Tachev(Stradivario)",
    "email": "kristiqn.tachev@gmail.com"
  },
  "keywords": [
    "graphql",
    "gapi",
    "node",
    "hapi"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rxdi/hapi/issues"
  },
  "homepage": "https://github.com/rxdi/hapi#readme",
  "main": "./dist/main.js",
  "types": "./dist/main.d.ts",
  "module": "./dist/main.js",
  "typings": "./dist/main.d.ts",
  "dependencies": {
    "@hapi/hapi": "^21.4.3",
    "@hapi/inert": "^7.1.0"
  },
  "devDependencies": {
    "@rxdi/core": "^0.7.250",
    "@types/node": "^25.0.3",
    "typescript": "^5.9.3"
  }
}
