{
  "name": "@hattip/adapter-cloudflare-workers",
  "type": "module",
  "version": "0.0.49",
  "description": "Cloudflare Workers adapter for Hattip",
  "files": [
    "dist"
  ],
  "exports": {
    ".": "./dist/index.js",
    "./no-static": "./dist/no-static.js"
  },
  "typesVersions": {
    "*": {
      "*": [
        "dist/*.d.ts"
      ]
    }
  },
  "author": "Fatih Aygün <cyco130@gmail.com>",
  "repository": "github:hattipjs/hattip",
  "license": "MIT",
  "dependencies": {
    "@cloudflare/kv-asset-handler": "^0.3.4",
    "@cloudflare/workers-types": "^4.20241022.0",
    "@hattip/core": "0.0.49"
  },
  "devDependencies": {
    "@cyco130/eslint-config": "^5.0.0",
    "@types/node": "^18.19.50",
    "eslint": "^9.14.0",
    "publint": "^0.2.12",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3"
  },
  "scripts": {
    "build": "rimraf dist && tsup",
    "dev": "tsup --watch",
    "test": "pnpm test:typecheck && pnpm test:lint && pnpm test:package",
    "test:typecheck": "tsc -p tsconfig.json --noEmit",
    "test:lint": "eslint . --max-warnings 0",
    "test:package": "publint --strict"
  }
}