{
  "name": "@thaumaturgy/zod",
  "version": "0.15.0",
  "repository": "git@github.com:maxdeviant/thaumaturgy.git",
  "author": "Marshall Bowers <elliott.codes@gmail.com>",
  "license": "MIT",
  "description": "Thaumaturgy is a fixtures and seeding library for TypeScript.",
  "keywords": [
    "thaumaturgy",
    "typescript",
    "zod",
    "test",
    "testing",
    "fixture",
    "factory",
    "seed",
    "seeding"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/",
    "!lib/**/__tests__/",
    "!lib/**/*.test.{js,d.ts}"
  ],
  "peerDependencies": {
    "zod": "3.x"
  },
  "dependencies": {
    "@thaumaturgy/core": "0.15.0"
  },
  "devDependencies": {
    "@types/better-sqlite3": "7.6.4",
    "better-sqlite3": "8.3.0",
    "kysely": "0.24.2",
    "prettier": "2.7.1",
    "tsuka": "0.0.4",
    "typescript": "4.7.4",
    "vitest": "0.31.0",
    "zod": "3.19.1"
  },
  "scripts": {
    "format": "prettier --ignore-path .gitignore --write '**/*.+(js|json|md|ts|tsx)'",
    "build": "tsc -p .",
    "test": "vitest run",
    "doc": "tsuka './src/**/*.ts'"
  }
}