{ "name": "@wrnexus/jwt", "version": "0.8.9", "private": true, "type": "module", "main": "./src/index.ts", "exports": { ".": "./src/index.ts" }, "description": "HS256 JSON Web Tokens, key rotation, access/refresh helpers, scopes, cookies, and auth middleware.", "types": "./src/index.ts", "files": [ "src", "README.md" ], "scripts": { "test": "bun test", "typecheck": "tsc --noEmit", "check": "bun run typecheck && bun run test" }, "devDependencies": { "@types/bun": "^1.3.14", "typescript": "^6.0.3" }, "dependencies": { "@wrnexus/core": "workspace:*" } }