{
  "name": "valkey",
  "description": "A modern, high performance Valkey client",
  "version": "0.0.3",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "workspaces": [
    "./packages/*"
  ],
  "scripts": {
    "test": "npm run test -ws --if-present",
    "build:client": "npm run build -w ./packages/client",
    "build:test-utils": "npm run build -w ./packages/test-utils",
    "build:tests-tools": "npm run build:client && npm run build:test-utils",
    "build:modules": "find ./packages -mindepth 1 -maxdepth 1 -type d ! -name 'client' ! -name 'test-utils' -exec npm run build -w {} \\;",
    "build": "tsc",
    "build-all": "npm run build:client && npm run build:test-utils && npm run build:modules && npm run build",
    "documentation": "npm run documentation -ws --if-present",
    "gh-pages": "gh-pages -d ./documentation -e ./documentation -u 'documentation-bot <documentation@bot>'"
  },
  "dependencies": {
    "valkey-bloom": "0.0.1",
    "valkey-client": "0.0.1",
    "valkey-graph": "0.0.1",
    "valkey-json": "0.0.1",
    "valkey-search": "0.0.1",
    "valkey-time-series": "0.0.1"
  },
  "devDependencies": {
    "@tsconfig/node14": "^14.1.0",
    "gh-pages": "^6.0.0",
    "release-it": "^16.1.5",
    "typescript": "^5.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/firassziedan/node-valkey.git"
  },
  "bugs": {
    "url": "https://github.com/firassziedan/node-valkey/issues"
  },
  "homepage": "https://github.com/firassziedan/node-valkey",
  "keywords": [
    "valkey"
  ]
}
