You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-21 15:21:57 +03:00
14 lines
259 B
JSON
14 lines
259 B
JSON
{
|
|
"name": "@redis/test-utils",
|
|
"private": true,
|
|
"main": "./dist/lib/index.js",
|
|
"types": "./dist/lib/index.d.ts",
|
|
"peerDependencies": {
|
|
"@redis/client": "*"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs": "^17.0.24",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|