{ "name": "@lilith/http-auth-interceptor", "version": "1.0.0", "type": "module", "description": "JWT authentication interceptor for HTTP clients - handles token injection, refresh, and 401 retry", "author": { "name": "QuinnFTW", "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "scripts": { "typecheck": "tsc --noEmit", "build": "tsup", "test": "vitest run", "test:watch": "vitest", "lint": "eslint . --fix" }, "peerDependencies": { "axios": "^1.13.0" }, "devDependencies": { "@lilith/configs": "workspace:*", "@types/node": "^20.19.28", "axios": "^1.13.2", "eslint": "^9.39.2", "tsup": "^8.3.5", "typescript": "^5.9.3", "typescript-eslint": "^8.52.0", "vite": "^5.4.21", "vitest": "^2.1.9" }, "_": { "registry": "forgejo", "publish": true, "build": true }, "publishConfig": { "registry": "http://forge.black.lan/api/packages/lilith/npm/" } }