{
  "name": "@status-machina/drizzle-pg-pattern",
  "version": "0.0.17",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/status-machina/drizzle-pg-pattern.git"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "rm -rf dist && tsc --emitDeclarationOnly --declaration --outDir dist && tsup",
    "test": "npm run build && vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run test"
  },
  "keywords": [
    "drizzle",
    "postgres",
    "event-sourcing",
    "projections",
    "pattern"
  ],
  "author": "dallashall",
  "license": "MIT",
  "description": "Event sourcing and projection pattern implementation for Drizzle ORM with PostgreSQL",
  "peerDependencies": {
    "drizzle-orm": "^0.41.0",
    "postgres": "^3.4.5"
  },
  "devDependencies": {
    "@types/node": "^22.10.2",
    "dotenv": "^16.4.7",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2",
    "vitest": "^2.1.8",
    "@testcontainers/postgresql": "^10.7.1",
    "testcontainers": "^10.7.1",
    "drizzle-kit": "^0.30.5",
    "tsx": "^4.19.3"
  },
  "dependencies": {
    "ulidx": "^2.4.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
