{
  "name": "@tanstack/start-plugin-core",
  "version": "1.167.34",
  "description": "Modern and scalable routing for React applications",
  "author": "Tanner Linsley",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TanStack/router.git",
    "directory": "packages/start-plugin-core"
  },
  "homepage": "https://tanstack.com/start",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "solid",
    "react",
    "location",
    "router",
    "routing",
    "async",
    "async router",
    "typescript"
  ],
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    },
    "./utils": {
      "import": {
        "types": "./dist/esm/utils.d.ts",
        "default": "./dist/esm/utils.js"
      }
    },
    "./package.json": "./package.json"
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {
    "@babel/code-frame": "7.27.1",
    "@babel/core": "^7.28.5",
    "@babel/types": "^7.28.5",
    "@rolldown/pluginutils": "1.0.0-beta.40",
    "seroval": "^1.5.0",
    "cheerio": "^1.0.0",
    "exsolve": "^1.0.7",
    "pathe": "^2.0.3",
    "picomatch": "^4.0.3",
    "srvx": "^0.11.9",
    "source-map": "^0.7.6",
    "tinyglobby": "^0.2.15",
    "ufo": "^1.5.4",
    "vitefu": "^1.1.1",
    "xmlbuilder2": "^4.0.3",
    "zod": "^3.24.2",
    "@tanstack/router-core": "1.168.15",
    "@tanstack/router-generator": "1.166.32",
    "@tanstack/router-plugin": "1.167.22",
    "@tanstack/router-utils": "1.161.6",
    "@tanstack/start-client-core": "1.167.17",
    "@tanstack/start-server-core": "1.167.19"
  },
  "devDependencies": {
    "@types/babel__code-frame": "^7.0.6",
    "@types/babel__core": "^7.20.5",
    "@types/picomatch": "^4.0.2",
    "vite": "*",
    "@types/node": ">=20"
  },
  "peerDependencies": {
    "vite": ">=7.0.0"
  },
  "scripts": {
    "clean": "rimraf ./dist && rimraf ./coverage",
    "clean:snapshots": "rimraf **/*snapshot* --glob",
    "test": "pnpm test:eslint && pnpm test:types && pnpm test:build && pnpm test:unit",
    "test:unit": "vitest",
    "test:eslint": "eslint ./src",
    "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"",
    "test:types:ts55": "node ../../node_modules/typescript55/lib/tsc.js",
    "test:types:ts56": "node ../../node_modules/typescript56/lib/tsc.js",
    "test:types:ts57": "node ../../node_modules/typescript57/lib/tsc.js",
    "test:types:ts58": "node ../../node_modules/typescript58/lib/tsc.js",
    "test:types:ts59": "node ../../node_modules/typescript59/lib/tsc.js",
    "test:types:ts60": "tsc",
    "test:build": "publint --strict && attw --ignore-rules no-resolution --pack .",
    "build": "vite build"
  }
}