{
  "name": "@clickup/pg-snowflake",
  "description": "Generate Snowflake ID Standard compatible ids with optional cluster number",
  "version": "2.15.3",
  "license": "MIT",
  "keywords": [
    "PostgreSQL",
    "Snowflake",
    "primary key",
    "id generation",
    "unique identifier",
    "bigint",
    "non-repeating",
    "timestamp",
    "database",
    "btree index",
    "sequence",
    "data security"
  ],
  "scripts": {
    "build": ": No build step.",
    "lint": ": No lint step.",
    "test": ": No test step.",
    "test:db": "set -e; FILES=(functions/__tests__/test_*.sql); f() { if [ \"$1\" != \"\" ]; then FILES=(functions/__tests__/$1); fi; for f in ${FILES[@]}; do echo == $f; yarn psql -v ON_ERROR_STOP=on -f $f; echo; echo; done; }; f",
    "docs": ": No docs to generate.",
    "clean": ": No clean step.",
    "copy-package-to-public-dir": "copy-package-to-public-dir.sh",
    "backport-package-from-public-dir": "backport-package-from-public-dir.sh",
    "deploy": "npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/clickup/pg-snowflake"
  }
}
