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
37 lines
890 B
JSON
37 lines
890 B
JSON
{
|
|
"name": "@redis/bloom",
|
|
"version": "6.1.0",
|
|
"license": "MIT",
|
|
"main": "./dist/lib/index.js",
|
|
"types": "./dist/lib/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"!dist/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"test": "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'",
|
|
"release": "release-it"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@redis/test-utils": "*"
|
|
},
|
|
"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/bloom",
|
|
"keywords": [
|
|
"redis",
|
|
"RedisBloom"
|
|
]
|
|
}
|