6989a98d75
- 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
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"name": "@redis/client",
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"!dist/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run test:types && nyc -r text-summary -r lcov mocha -r tsx --reporter mocha-multi-reporters --reporter-options configFile=mocha-multi-reporter-config.json --exit './lib/**/*.spec.ts'",
|
|
"test:types": "tsc -p tsconfig.types-test.json",
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"cluster-key-slot": "1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@node-rs/xxhash": "1.7.6",
|
|
"@opentelemetry/api": "^1.9.0",
|
|
"@opentelemetry/sdk-metrics": "^2.2.0",
|
|
"@redis/test-utils": "*",
|
|
"@types/sinon": "^17.0.3",
|
|
"sinon": "^17.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@opentelemetry/api": ">=1 <2",
|
|
"@node-rs/xxhash": "^1.1.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@opentelemetry/api": {
|
|
"optional": true
|
|
},
|
|
"@node-rs/xxhash": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": ">= 20.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/redis/node-redis.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/redis/node-redis/issues"
|
|
},
|
|
"homepage": "https://github.com/redis/node-redis/tree/master/packages/client",
|
|
"keywords": [
|
|
"redis"
|
|
]
|
|
}
|