You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-18 17:14:32 +03:00
32 lines
690 B
JSON
32 lines
690 B
JSON
{
|
|
"name": "@redis/json",
|
|
"version": "2.0.0-next.1",
|
|
"license": "MIT",
|
|
"main": "./dist/lib/index.js",
|
|
"types": "./dist/lib/index.d.ts",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"scripts": {
|
|
"test": "nyc -r text-summary -r lcov mocha -r tsx './lib/**/*.spec.ts'"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^2.0.0-next.3"
|
|
},
|
|
"devDependencies": {
|
|
"@redis/test-utils": "*"
|
|
},
|
|
"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/json",
|
|
"keywords": [
|
|
"redis",
|
|
"RedisJSON"
|
|
]
|
|
}
|