{
  "name": "@vaadin/hilla-generator-core",
  "version": "25.1.10",
  "description": "A Hilla tool to generate TypeScript code from the OpenAPI document",
  "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:watch": "vitest --inspect --no-file-parallelism",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    ".": {
      "default": "./index.js"
    },
    "./File.js": {
      "default": "./File.js"
    },
    "./Generator.js": {
      "default": "./Generator.js"
    },
    "./GeneratorException.js": {
      "default": "./GeneratorException.js"
    },
    "./index.js": {
      "default": "./index.js"
    },
    "./Plugin.js": {
      "default": "./Plugin.js"
    },
    "./Schema.js": {
      "default": "./Schema.js"
    },
    "./SharedStorage.js": {
      "types": "./SharedStorage.d.ts"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/hilla.git",
    "directory": "packages/ts/generator-core"
  },
  "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": {
    "@apidevtools/swagger-parser": "10.1.1",
    "@vaadin/hilla-generator-utils": "25.1.10",
    "meow": "13.2.0",
    "openapi-types": "12.1.3",
    "typescript": "5.9.3"
  }
}
