{ "name": "@react-router/cloudflare", "version": "7.13.1", "description": "Cloudflare platform abstractions for React Router", "bugs": { "url": "https://github.com/remix-run/react-router/issues" }, "repository": { "type": "git", "url": "https://github.com/remix-run/react-router", "directory": "packages/react-router-cloudflare" }, "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./package.json": "./package.json" }, "scripts": { "build": "wireit", "typecheck": "tsc" }, "wireit": { "build": { "command": "tsup", "files": [ "../../pnpm-workspace.yaml", "sessions/**", "*.ts", "tsconfig.json", "package.json" ], "output": [ "dist/**" ] } }, "devDependencies": { "@cloudflare/workers-types": "^4.20250803.0", "react-router": "workspace:*", "tsup": "catalog:", "typescript": "catalog:", "wireit": "catalog:" }, "peerDependencies": { "@cloudflare/workers-types": "^4.0.0", "react-router": "workspace:^", "typescript": "^5.1.0" }, "peerDependenciesMeta": { "typescript": { "optional": true } }, "engines": { "node": ">=20.0.0" }, "files": [ "dist/", "CHANGELOG.md", "LICENSE.md", "README.md" ] }