{
  "name": "ueberdb2",
  "version": "6.1.16",
  "description": "Transform every database into a object key value store",
  "keywords": [
    "database",
    "keyvalue"
  ],
  "homepage": "https://github.com/ether/ueberDB",
  "bugs": {
    "url": "https://github.com/ether/ueberDB/issues"
  },
  "author": {
    "name": "The Etherpad Foundation"
  },
  "maintainers": [
    {
      "name": "John McLear",
      "email": "john@mclear.co.uk"
    }
  ],
  "contributors": [
    {
      "name": "John McLear"
    },
    {
      "name": "spcsser"
    },
    {
      "name": "Peter Martischka"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/ether/ueberDB.git"
  },
  "files": [
    "dist/*.js",
    "dist/*.d.ts",
    "dist/databases",
    "dist/lib"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "devDependencies": {
    "@elastic/elasticsearch": "^9.4.2",
    "@types/async": "^3.2.25",
    "@types/mssql": "^12.3.0",
    "@types/node": "^26.1.0",
    "@types/pg": "^8.20.0",
    "@types/rethinkdb": "^2.3.21",
    "@types/wtfnode": "^0.10.0",
    "cassandra-driver": "^4.9.0",
    "cli-table3": "^0.6.5",
    "mongodb": "^7.4.0",
    "mssql": "^12.7.0",
    "mysql2": "^3.22.5",
    "nano": "^11.0.6",
    "oxfmt": "^0.57.0",
    "oxlint": "^1.72.0",
    "pg": "^8.22.0",
    "randexp-ts": "^1.0.5",
    "redis": "^6.1.0",
    "rethinkdb": "^2.4.2",
    "rolldown": "^1.1.4",
    "semver": "^7.8.5",
    "surrealdb": "^2.0.4",
    "testcontainers": "^12.0.4",
    "typescript": "^6.0.3",
    "vitest": "^4.1.10",
    "wtfnode": "^0.10.1"
  },
  "peerDependencies": {
    "@elastic/elasticsearch": "^9.0.0",
    "async": "^3.0.0",
    "cassandra-driver": "^4.0.0",
    "dirty-ts": "^1.0.0",
    "mongodb": "^7.0.0",
    "mssql": "^12.0.0",
    "mysql2": "^3.0.0",
    "nano": "^11.0.0",
    "pg": "^8.0.0",
    "redis": "^5.0.0",
    "rethinkdb": "^2.0.0",
    "rusty-store-kv": "^1.0.0",
    "simple-git": "^3.0.0",
    "surrealdb": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "@elastic/elasticsearch": {
      "optional": true
    },
    "async": {
      "optional": true
    },
    "cassandra-driver": {
      "optional": true
    },
    "dirty-ts": {
      "optional": true
    },
    "mongodb": {
      "optional": true
    },
    "mssql": {
      "optional": true
    },
    "mysql2": {
      "optional": true
    },
    "nano": {
      "optional": true
    },
    "pg": {
      "optional": true
    },
    "redis": {
      "optional": true
    },
    "rethinkdb": {
      "optional": true
    },
    "rusty-store-kv": {
      "optional": true
    },
    "simple-git": {
      "optional": true
    },
    "surrealdb": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=24.0.0"
  },
  "url": "https://github.com/ether/ueberDB",
  "_npmUser": {
    "name": "johnyma22",
    "email": "john@mclear.co.uk"
  },
  "scripts": {
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "format": "oxfmt --write .",
    "format:check": "oxfmt --check .",
    "build": "pnpm run build:js && pnpm run build:types",
    "build:js": "pnpm exec rolldown -c rolldown.config.mjs",
    "build:types": "pnpm exec tsc --emitDeclarationOnly",
    "test": "vitest --test-timeout=120000",
    "bench": "vitest bench --run",
    "bench:ci": "vitest bench --run --outputJson=benchmarks/ci/results.json && node benchmarks/ci/to-gab.mjs",
    "ts-check": "tsc --noEmit",
    "ts-check:watch": "tsc --noEmit --watch"
  }
}