{
  "name": "@tanstack/start-server-core",
  "version": "1.167.19",
  "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-server-core"
  },
  "homepage": "https://tanstack.com/start",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/tannerlinsley"
  },
  "keywords": [
    "react",
    "location",
    "router",
    "routing",
    "async",
    "async router",
    "typescript"
  ],
  "type": "module",
  "types": "dist/esm/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    },
    "./createServerRpc": {
      "import": {
        "types": "./dist/esm/createServerRpc.d.ts",
        "default": "./dist/esm/createServerRpc.js"
      }
    },
    "./createSsrRpc": {
      "import": {
        "types": "./dist/esm/createSsrRpc.d.ts",
        "default": "./dist/esm/createSsrRpc.js"
      }
    },
    "./package.json": "./package.json"
  },
  "imports": {
    "#tanstack-start-server-fn-resolver": {
      "default": "./dist/esm/fake-start-server-fn-resolver.js"
    }
  },
  "sideEffects": false,
  "files": [
    "dist",
    "src",
    "skills",
    "bin",
    "!skills/_artifacts"
  ],
  "engines": {
    "node": ">=22.12.0"
  },
  "dependencies": {
    "h3-v2": "npm:h3@2.0.1-rc.20",
    "seroval": "^1.5.0",
    "@tanstack/history": "1.161.6",
    "@tanstack/router-core": "1.168.15",
    "@tanstack/start-client-core": "1.167.17",
    "@tanstack/start-storage-context": "1.166.29"
  },
  "devDependencies": {
    "@standard-schema/spec": "^1.0.0",
    "@tanstack/intent": "^0.0.14",
    "cookie-es": "^3.0.0",
    "fetchdts": "^0.1.6",
    "vite": "*",
    "@types/node": ">=20"
  },
  "bin": {
    "intent": "./bin/intent.js"
  },
  "scripts": {
    "clean": "rimraf ./dist && rimraf ./coverage",
    "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"
  }
}