{
  "name": "@reddb-io/cli",
  "version": "1.20.0",
  "description": "CLI launcher for RedDB. The JS/TS app driver is published as @reddb-io/sdk.",
  "type": "commonjs",
  "bin": {
    "reddb-cli": "./drivers/js/src/cli.js"
  },
  "files": [
    "drivers/js/src/",
    "drivers/js/cli-postinstall.js",
    "drivers/js/package.json"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "database",
    "multi-model",
    "vector-search",
    "graph",
    "document-store",
    "key-value",
    "rust",
    "embedded"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/reddb-io/reddb"
  },
  "homepage": "https://github.com/reddb-io/reddb",
  "devDependencies": {
    "@changesets/changelog-github": "^0.7.0",
    "@changesets/cli": "^2.31.0"
  },
  "scripts": {
    "postinstall": "node drivers/js/cli-postinstall.js",
    "test": "node scripts/docs-analytics-boundaries.test.mjs && node --test scripts/connection-quality.test.mjs && node drivers/js/test/smoke.test.mjs",
    "typecheck": "cargo check --workspace --locked",
    "lint": "cargo fmt --all -- --check && cargo clippy --workspace --locked -- -D warnings",
    "build": "cargo build --workspace --locked",
    "changeset": "changeset",
    "release:version": "changeset version && node scripts/sync-version.js",
    "release:publish": "changeset publish",
    "version": "node scripts/sync-version.js"
  }
}