{
  "name": "@metaobjectsdev/codegen-ts",
  "version": "0.24.1",
  "description": "TypeScript codegen engine for MetaObjects — emits Drizzle, Zod, and Fastify artifacts.",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "bun": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./generators": {
      "bun": "./src/generators/index.ts",
      "types": "./dist/generators/index.d.ts",
      "default": "./dist/generators/index.js"
    },
    "./templates/zod-validators": {
      "bun": "./src/templates/zod-validators.ts",
      "types": "./dist/templates/zod-validators.d.ts",
      "default": "./dist/templates/zod-validators.js"
    },
    "./templates/entity-file": {
      "bun": "./src/templates/entity-file.ts",
      "types": "./dist/templates/entity-file.d.ts",
      "default": "./dist/templates/entity-file.js"
    },
    "./templates/drizzle-schema": {
      "bun": "./src/templates/drizzle-schema.ts",
      "types": "./dist/templates/drizzle-schema.d.ts",
      "default": "./dist/templates/drizzle-schema.js"
    },
    "./templates/inferred-types": {
      "bun": "./src/templates/inferred-types.ts",
      "types": "./dist/templates/inferred-types.d.ts",
      "default": "./dist/templates/inferred-types.js"
    },
    "./templates/barrel": {
      "bun": "./src/templates/barrel.ts",
      "types": "./dist/templates/barrel.d.ts",
      "default": "./dist/templates/barrel.js"
    },
    "./templates/filter-type": {
      "bun": "./src/templates/filter-type.ts",
      "types": "./dist/templates/filter-type.d.ts",
      "default": "./dist/templates/filter-type.js"
    },
    "./templates/filter-allowlist": {
      "bun": "./src/templates/filter-allowlist.ts",
      "types": "./dist/templates/filter-allowlist.d.ts",
      "default": "./dist/templates/filter-allowlist.js"
    },
    "./templates/entity-constants": {
      "bun": "./src/templates/entity-constants.ts",
      "types": "./dist/templates/entity-constants.d.ts",
      "default": "./dist/templates/entity-constants.js"
    },
    "./templates/queries-file": {
      "bun": "./src/templates/queries-file.ts",
      "types": "./dist/templates/queries-file.d.ts",
      "default": "./dist/templates/queries-file.js"
    },
    "./templates/routes-file": {
      "bun": "./src/templates/routes-file.ts",
      "types": "./dist/templates/routes-file.d.ts",
      "default": "./dist/templates/routes-file.js"
    },
    "./templates/value-object-file": {
      "bun": "./src/templates/value-object-file.ts",
      "types": "./dist/templates/value-object-file.d.ts",
      "default": "./dist/templates/value-object-file.js"
    },
    "./templates/projection-decl": {
      "bun": "./src/templates/projection-decl.ts",
      "types": "./dist/templates/projection-decl.d.ts",
      "default": "./dist/templates/projection-decl.js"
    }
  },
  "files": [
    "dist",
    "src",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p .",
    "typecheck": "tsc -p tsconfig.typecheck.json"
  },
  "license": "Apache-2.0",
  "author": "Doug Mealing <doug@dougmealing.com>",
  "homepage": "https://metaobjects.dev",
  "bugs": {
    "url": "https://github.com/metaobjectsdev/metaobjects/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/metaobjectsdev/metaobjects.git",
    "directory": "server/typescript/packages/codegen-ts"
  },
  "keywords": [
    "metaobjects",
    "codegen",
    "drizzle",
    "zod",
    "fastify",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@metaobjectsdev/metadata": "0.24.1",
    "@metaobjectsdev/render": "0.24.1",
    "@biomejs/js-api": "^0.7.0",
    "@biomejs/wasm-nodejs": "^1.9.4",
    "@toon-format/toon": "^2.3.0",
    "ts-poet": "^6.10.0"
  },
  "peerDependencies": {
    "drizzle-orm": ">=0.38.0 <1.0.0",
    "zod": ">=3.23.0 <5.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^1.9.0",
    "@metaobjectsdev/codegen-ts-react": "0.24.1",
    "@metaobjectsdev/migrate-ts": "0.24.1",
    "@metaobjectsdev/runtime-ts": "0.24.1",
    "bun-types": "latest",
    "drizzle-orm": "^0.38.0",
    "hono": "^4.6.0",
    "typescript": "^5.6.0",
    "zod": "^3.23.0"
  }
}
