You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-09-17 06:02:14 +03:00
33 lines
724 B
JSON
33 lines
724 B
JSON
{
|
|
"name": "@redis/json",
|
|
"version": "2.0.0-next.2",
|
|
"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 './lib/**/*.spec.ts'"
|
|
},
|
|
"peerDependencies": {
|
|
"@redis/client": "^2.0.0-next.4"
|
|
},
|
|
"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"
|
|
]
|
|
}
|