{
  "name": "create-react-router",
  "type": "module",
  "version": "8.0.1",
  "description": "Create a new React Router app",
  "homepage": "https://reactrouter.com",
  "bugs": {
    "url": "https://github.com/remix-run/remix/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remix-run/react-router",
    "directory": "packages/create-react-router"
  },
  "license": "MIT",
  "bin": {
    "create-react-router": "dist/cli.js"
  },
  "exports": {
    "./package.json": "./package.json"
  },
  "wireit": {
    "build": {
      "command": "tsdown",
      "files": [
        "../../pnpm-workspace.yaml",
        "*.ts",
        "tsconfig.json",
        "package.json"
      ],
      "output": [
        "dist/**"
      ]
    }
  },
  "dependencies": {
    "arg": "^5.0.1",
    "execa": "9.6.1",
    "gunzip-maybe": "^1.4.2",
    "log-update": "^8.0.0",
    "picocolors": "^1.1.1",
    "semver": "^7.8.1",
    "sisteransi": "^1.0.5",
    "sort-package-json": "^3.6.1",
    "strip-ansi": "^7.2.0",
    "tar-fs": "^3.1.2"
  },
  "devDependencies": {
    "@types/gunzip-maybe": "^1.4.3",
    "@types/node": "^22.19.19",
    "@types/recursive-readdir": "^2.2.1",
    "@types/semver": "^7.7.1",
    "@types/tar-fs": "^2.0.4",
    "msw": "^2.14.6",
    "tiny-invariant": "^1.2.0",
    "tsdown": "^0.22.0",
    "typescript": "^6.0.3",
    "wireit": "0.14.12"
  },
  "engines": {
    "node": ">=22.22.0"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "build": "wireit",
    "typecheck": "tsc"
  }
}