{
  "name": "@hilla/generator-typescript-plugin-model",
  "version": "2.5.8",
  "description": "A Hilla TypeScript Generator plugin to generate form models",
  "main": "index.js",
  "type": "module",
  "engines": {
    "node": ">= 16.13"
  },
  "scripts": {
    "clean:build": "git clean -fx . -e .vite -e node_modules",
    "build": "concurrently npm:build:*",
    "build:esbuild": "tsx ../../../scripts/build.ts",
    "build:dts": "tsc --isolatedModules -p tsconfig.build.json",
    "build:copy": "cd src && copyfiles **/*.d.ts ..",
    "lint": "eslint src test",
    "lint:fix": "eslint src test --fix",
    "test": "mocha test/**/*.spec.ts --config ../../../.mocharc.cjs",
    "test:update": "npm run test -- --update",
    "test:coverage": "c8 -c ../../../.c8rc.json npm test",
    "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-typescript-plugin-model"
  },
  "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"
  },
  "peerDependencies": {
    "@hilla/form": "2.5.8",
    "@hilla/generator-typescript-core": "2.5.8",
    "@hilla/generator-typescript-plugin-backbone": "2.5.8"
  },
  "dependencies": {
    "@hilla/generator-typescript-utils": "2.5.8",
    "fast-deep-equal": "^3.1.3",
    "openapi-types": "^12.1.3",
    "typescript": "5.3.2"
  },
  "devDependencies": {
    "@hilla/generator-typescript-core": "2.5.8",
    "@hilla/generator-typescript-plugin-client": "2.5.8",
    "@types/chai": "^4.3.6",
    "@types/mocha": "^10.0.2",
    "@types/node": "^20.7.1",
    "@types/sinon": "^10.0.17",
    "@types/sinon-chai": "^3.2.10",
    "c8": "^8.0.1",
    "chai": "^4.3.10",
    "concurrently": "^8.2.1",
    "copyfiles": "^2.4.1",
    "mocha": "^10.2.0",
    "pino": "^8.15.1",
    "rimraf": "^5.0.5",
    "sinon": "^16.0.0",
    "sinon-chai": "^3.7.0",
    "type-fest": "^4.3.2"
  }
}
