🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
37 lines
771 B
JSON
Executable File
37 lines
771 B
JSON
Executable File
{
|
|
"name": "redis",
|
|
"description": "A modern, high performance Redis client",
|
|
"version": "5.11.0",
|
|
"license": "MIT",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"files": [
|
|
"dist/",
|
|
"!dist/tsconfig.tsbuildinfo"
|
|
],
|
|
"scripts": {
|
|
"release": "release-it"
|
|
},
|
|
"dependencies": {
|
|
"@redis/bloom": "5.11.0",
|
|
"@redis/client": "5.11.0",
|
|
"@redis/json": "5.11.0",
|
|
"@redis/search": "5.11.0",
|
|
"@redis/time-series": "5.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 18"
|
|
},
|
|
"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",
|
|
"keywords": [
|
|
"redis"
|
|
]
|
|
}
|