You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-14 07:49:22 +03:00
25 lines
545 B
JSON
25 lines
545 B
JSON
{
|
|
"name": "@redis/test-utils",
|
|
"private": true,
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@istanbuljs/nyc-config-typescript": "^1.0.2",
|
|
"@types/mocha": "^10.0.1",
|
|
"@types/node": "^18.14.1",
|
|
"@types/yargs": "^17.0.22",
|
|
"mocha": "^10.2.0",
|
|
"nyc": "^15.1.0",
|
|
"source-map-support": "^0.5.21",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.5",
|
|
"yargs": "^17.7.1"
|
|
}
|
|
}
|