Skip to main content
Module

x/fetch_event_adapter/package.json

Dispatches global fetch events using Deno's native http server.
Go to Latest
File
{ "name": "@worker-tools/deno-fetch-event-adapter", "description": "", "version": "0.1.3", "type": "module", "main": "dist/index.js", "module": "dist/index.js", "types": "mod.d.ts", "exports": { ".": "./dist/index.js" }, "publishConfig": { "access": "public" }, "directories": { "test": "test" }, "scripts": { "clean": "shx rm -rf dist", "prepack": "npm run clean && npm run build", "build": "shx mkdir -p dist && deno bundle mod.ts > dist/index.js" }, "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)", "license": "MIT", "devDependencies": { "shx": "^0.3.3" }, "repository": { "type": "git", "url": "git+https://github.com/worker-tools/deno-fetch-event-adapter.git" }, "bugs": { "url": "https://github.com/worker-tools/deno-fetch-event-adapter/issues" }, "homepage": "https://github.com/worker-tools/deno-fetch-event-adapter#readme", "keywords": [ "polyfill", "service-worker", "deno", "cloudflare-workers", "fetch-event" ]}