{
  "$schema": "http://json.schemastore.org/package",
  "type": "module",
  "name": "@gw31415/hono-oidc-simple",
  "version": "0.7.3",
  "author": "gw31415",
  "keywords": [
    "Hono",
    "OIDC"
  ],
  "description": "Simplifies the implementation of OIDC auth in Hono",
  "license": "Apache-2.0",
  "homepage": "https://github.com/gw31415/hono-oidc-simple",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gw31415/hono-oidc-simple.git"
  },
  "bugs": {
    "url": "https://github.com/gw31415/hono-oidc-simple/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "run-p build:*",
    "build:esbuild": "ts-node build.ts",
    "build:types": "tsc --declaration --emitDeclarationOnly --declarationDir ./dist"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@types/node": "^22.15.2",
    "esbuild": "^0.24.2",
    "npm-run-all": "^4.1.5",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "hono": "^4.6.13"
  }
}
