{
  "name": "@clickup/pg-microsharding",
  "description": "Microshards support for PostgreSQL",
  "version": "2.27.1",
  "license": "MIT",
  "keywords": [
    "postgresql",
    "sharding",
    "rebalance",
    "cluster"
  ],
  "main": "./dist/cli.js",
  "types": "./dist/cli.d.ts",
  "exports": "./dist/cli.js",
  "bin": "./pg-microsharding",
  "scripts": {
    "build": "internal/build.sh",
    "dev": "internal/dev.sh",
    "lint": "internal/lint.sh",
    "test": "PGPORT=54833 internal/with-docker-compose-up.postgres.sh 'f() { internal/test.sh \"$@\" && if [ \"$1\" == \"\" ]; then for f in sql/__tests__/test_*.sql; do echo == $f; echo; PAGER= psql -f $f; echo; echo; done; fi; }; f'",
    "test:db": "PGPORT=54833 internal/with-docker-compose-up.postgres.sh 'for f in sql/__tests__/test_*.sql; do echo == $f; echo; PAGER= psql -f $f; echo; echo; done'",
    "psql": "PGPORT=54833 internal/with-docker-compose-up.postgres.sh psql",
    "docs": "internal/update-readme.js && internal/docs.sh",
    "clean": "internal/clean.sh",
    "copy-package-to-public-dir": "copy-package-to-public-dir.sh",
    "backport-package-from-public-dir": "backport-package-from-public-dir.sh",
    "deploy": "internal/deploy.sh"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "delay": "^4.4.1",
    "lodash": "^4.17.21",
    "log-update": "^4.0.0",
    "minimist": "^1.2.5",
    "p-retry": "^4.6.1",
    "pg": "^8.7.1",
    "prompts": "^2.4.2",
    "sprintf-js": "^1.1.2",
    "table": "^6.8.0",
    "tmp": "^0.2.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.35.0",
    "@stylistic/eslint-plugin": "^5.3.1",
    "@types/jest": "^29.5.5",
    "@types/lodash": "^4.14.175",
    "@types/minimist": "^1.2.2",
    "@types/node": "^20.4.1",
    "@types/pg": "^8.11.11",
    "@types/prompts": "^2.4.0",
    "@types/sprintf-js": "^1.1.2",
    "@types/tmp": "^0.2.6",
    "@typescript-eslint/eslint-plugin": "^8.43.0",
    "@typescript-eslint/parser": "^8.43.0",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-lodash": "^8.0.0",
    "eslint-plugin-no-only-tests": "^3.3.0",
    "eslint-plugin-n": "^17.21.3",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-typescript-enum": "^2.1.0",
    "eslint-plugin-unused-imports": "^4.2.0",
    "eslint": "^9.35.0",
    "globals": "^17.0.0",
    "jest": "^29.7.0",
    "prettier": "3.8.1",
    "ts-jest": "^29.1.1",
    "typedoc-plugin-markdown": "4.4.2",
    "typedoc-plugin-merge-modules": "6.1.0",
    "typedoc": "0.27.5",
    "typescript": "^5.2.2"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/clickup/pg-microsharding"
  }
}
