Files
boc/landvex-admin-v2/node_modules/httpxy/package.json
T
Bernt 6989a98d75 feat: Passwordless cross-device authentication
- Arkitektur: docs/auth/passwordless-architecture.md
- Backend: iom/quixzoom-auth-service/ (FastAPI + Redis)
- Webb: quixzoom-market-pages/se/login/ (QR-kod + polling)
- App: iom/quixzoom-app/src/features/auth/ (push + deep links)

Flöde: QR-kod → app-godkännande → webb-inloggad
2026-07-07 07:11:50 +00:00

57 lines
1.5 KiB
JSON

{
"name": "httpxy",
"version": "0.5.4",
"description": "A full-featured HTTP proxy for Node.js.",
"license": "MIT",
"repository": "unjs/httpxy",
"files": [
"dist"
],
"type": "module",
"sideEffects": false,
"types": "./dist/index.d.mts",
"exports": {
".": "./dist/index.mjs"
},
"scripts": {
"build": "obuild",
"dev": "vitest",
"test:ecosystem": "node scripts/ecosystem-test.mjs",
"lint": "oxlint . && oxfmt --check",
"fmt": "oxlint . --fix && oxfmt",
"prepack": "pnpm run build",
"release": "pnpm test && pnpm build && changelogen --release && npm publish && git push --follow-tags",
"test": "pnpm lint && pnpm typecheck && vitest run --coverage",
"typecheck": "tsgo --noEmit"
},
"devDependencies": {
"@types/async": "^3.2.25",
"@types/concat-stream": "^2.0.3",
"@types/express": "^5.0.6",
"@types/node": "^26.0.1",
"@types/semver": "^7.7.1",
"@types/sse": "^0.0.0",
"@types/ws": "^8.18.1",
"@typescript/native-preview": "latest",
"@vitest/coverage-v8": "^4.1.9",
"async": "^3.2.6",
"changelogen": "^0.6.2",
"concat-stream": "^2.0.0",
"eslint-config-unjs": "^0.6.2",
"expect.js": "^0.3.1",
"obuild": "^0.4.37",
"ofetch": "^1.5.1",
"oxfmt": "^0.56.0",
"oxlint": "^1.71.0",
"semver": "^7.8.5",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sse": "^0.0.8",
"typescript": "^6.0.3",
"undici": "^8.5.0",
"vitest": "^4.1.9",
"ws": "^8.21.0"
},
"packageManager": "pnpm@11.1.3"
}