{
  "name": "@vaadin/hilla-file-router",
  "version": "25.1.5",
  "description": "Hilla file-based router",
  "main": "index.js",
  "module": "index.js",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/vaadin/hilla.git",
    "directory": "packages/ts/file-router"
  },
  "keywords": [
    "Hilla",
    "Vite",
    "Plugin",
    "File",
    "Router",
    "Routing"
  ],
  "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:react": "npm run test",
    "test:watch": "vitest --inspect --no-file-parallelism",
    "typecheck": "tsc --noEmit"
  },
  "exports": {
    "./runtime.js": {
      "default": "./runtime.js"
    },
    "./types.js": {
      "types": "./types.d.ts"
    },
    "./vite-plugin.js": {
      "default": "./vite-plugin.js"
    }
  },
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/vaadin/hilla/issues"
  },
  "homepage": "https://vaadin.com",
  "files": [
    "*.{d.ts.map,d.ts,js.map,js}",
    "runtime",
    "shared",
    "vite-plugin"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "react": "18 || 19",
    "react-dom": "18 || 19",
    "react-router": "7"
  },
  "dependencies": {
    "@ungap/with-resolvers": "0.1.0",
    "@vaadin/hilla-generator-utils": "25.1.5",
    "@vaadin/hilla-react-auth": "25.1.5",
    "@vaadin/hilla-react-signals": "25.1.5",
    "tsc-template": "0.2.3",
    "typescript": "5.9.3"
  }
}
