{ "name": "@repo/oidc-provider", "version": "2.0.0", "description": "OpenID Connect Provider implementation for Hono - 完全兼容 Hono 的 OIDC Provider", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "dev": "tsc --watch", "clean": "rm -rf dist" }, "dependencies": { "@hono/zod-validator": "^0.5.0", "hono": "^4.7.10", "ioredis": "5.4.1", "jose": "^6.0.11", "nanoid": "^5.1.5", "zod": "^3.25.23" }, "devDependencies": { "@types/node": "^22.15.21", "typescript": "^5.0.0" }, "peerDependencies": { "hono": "^4.0.0", "ioredis": "^5.0.0" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist", "README.md" ], "keywords": [ "oidc", "openid-connect", "oauth2", "hono", "authentication", "authorization", "redis", "typescript" ], "author": "Your Name", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/your-org/your-repo.git", "directory": "packages/oidc-provider" }, "bugs": { "url": "https://github.com/your-org/your-repo/issues" }, "homepage": "https://github.com/your-org/your-repo/tree/main/packages/oidc-provider#readme" }