{ "name": "@bytelyst/fastify-auth", "version": "0.1.7", "description": "JWT auth middleware + request context for Fastify product backends", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "build": "tsc", "typecheck": "tsc --noEmit", "test": "vitest run --pool forks", "clean": "rm -rf dist" }, "peerDependencies": { "fastify": ">=5.0.0", "jose": ">=5.0.0" }, "dependencies": { "@bytelyst/errors": "workspace:*" }, "devDependencies": { "fastify": "^5.2.1", "jose": "^6.0.8", "typescript": "^5.7.3", "vitest": "^3.0.5" }, "files": [ "dist" ] }