{
  "name": "@vaadin/hilla-generator-plugin-subtypes",
  "version": "25.1.10",
  "description": "A Hilla TypeScript Generator plugin to support JsonSubTypes",
  "main": "index.js",
  "type": "module",
  "engines": {
    "node": ">= 16.13"
  },
  "scripts": {
    "clean:build": "git clean -fx . -e .vite -e node_modules",
    "build": "tsx ../../../scripts/fast-build.ts",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix",
    "test": "vitest --run",
    "test:coverage": "vitest --run --coverage",
    "test:update": "vitest --run --update",
    "test:watch": "vitest --inspect --no-file-parallelism",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./index.js": {
      "default": "./index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/hilla.git",
    "directory": "packages/ts/generator-plugin-subtypes"
  },
  "keywords": [
    "hilla",
    "typescript",
    "generator"
  ],
  "author": "Vaadin Ltd.",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/vaadin/hilla/issues"
  },
  "homepage": "https://hilla.dev",
  "files": [
    "*.{d.ts.map,d.ts,js.map,js}"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vaadin/hilla-generator-core": "25.1.10",
    "@vaadin/hilla-generator-plugin-client": "25.1.10",
    "@vaadin/hilla-generator-plugin-model": "25.1.10",
    "@vaadin/hilla-generator-utils": "25.1.10",
    "fast-deep-equal": "^3.1.3",
    "openapi-types": "^12.1.3",
    "typescript": "5.9.3"
  }
}
