{
  "name": "@remix-run/cloudflare",
  "version": "2.17.4",
  "description": "Cloudflare platform abstractions for Remix",
  "bugs": {
    "url": "https://github.com/remix-run/remix/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/remix-run/remix",
    "directory": "packages/remix-cloudflare"
  },
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "dependencies": {
    "@cloudflare/kv-asset-handler": "^0.1.3",
    "@remix-run/server-runtime": "2.17.4"
  },
  "devDependencies": {
    "@cloudflare/workers-types": "^4.20230518.0",
    "typescript": "^5.1.0"
  },
  "peerDependencies": {
    "@cloudflare/workers-types": "^4.0.0",
    "typescript": "^5.1.0"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist/",
    "CHANGELOG.md",
    "LICENSE.md",
    "README.md"
  ],
  "scripts": {
    "tsc": "tsc"
  }
}