NodeRedis/node-redis

View on GitHub
packages/json/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@redis/json",
  "version": "5.0.0-next.5",
  "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": "^5.0.0-next.5"
  },
  "devDependencies": {
    "@redis/test-utils": "*"
  },
  "engines": {
    "node": ">= 18"
  },
  "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"
  ]
}