{ "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" ] }