{
  "name": "@zenstackhq/testtools",
  "displayName": "ZenStack Test Tools",
  "description": "ZenStack Test Tools",
  "version": "3.8.3",
  "type": "module",
  "author": {
    "name": "ZenStack Team",
    "email": "contact@zenstack.dev"
  },
  "homepage": "https://zenstack.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/zenstackhq/zenstack"
  },
  "license": "MIT",
  "keywords": [],
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./types": {
      "types": "./dist/types.d.ts"
    }
  },
  "dependencies": {
    "glob": "^11.1.0",
    "kysely": "~0.29.0",
    "mysql2": "^3.16.1",
    "prisma": "^6.19.0",
    "tmp": "^0.2.4",
    "ts-pattern": "^5.7.1",
    "@zenstackhq/common-helpers": "3.8.3",
    "@zenstackhq/language": "3.8.3",
    "@zenstackhq/schema": "3.8.3",
    "@zenstackhq/sdk": "3.8.3",
    "@zenstackhq/orm": "3.8.3",
    "@zenstackhq/plugin-policy": "3.8.3"
  },
  "peerDependencies": {
    "better-sqlite3": "^12.5.0",
    "pg": "^8.13.1"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/node": "^20.19.0",
    "@types/pg": "^8.11.11",
    "@types/tmp": "^0.2.6",
    "typescript": "^6.0.3",
    "@zenstackhq/eslint-config": "3.8.3",
    "@zenstackhq/tsdown-config": "3.8.3",
    "@zenstackhq/typescript-config": "3.8.3"
  },
  "funding": "https://github.com/sponsors/zenstackhq",
  "scripts": {
    "build": "tsc --noEmit && tsdown",
    "watch": "tsdown --watch",
    "lint": "eslint src --ext ts",
    "pack": "pnpm pack"
  }
}