UNPKG

@worker-tools/router

Version:

A router for Worker Runtimes such as Cloudflare Workers and Service Workers.

41 lines 1.06 kB
{ "module": "./esm/index.js", "main": "./script/index.js", "types": "./types/index.d.ts", "name": "@worker-tools/router", "version": "0.3.0-pre.6", "description": "A router for Worker Runtimes such as Cloudflare Workers and Service Workers.", "license": "MIT", "publishConfig": { "access": "public" }, "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)", "repository": { "type": "git", "url": "git+https://github.com/worker-tools/router.git" }, "bugs": { "url": "https://github.com/worker-tools/router/issues" }, "homepage": "https://workers.tools/router", "keywords": [ "cloudflare", "cloudflare-workers", "http", "router", "routing" ], "exports": { ".": { "import": "./esm/index.js", "require": "./script/index.js", "types": "./types/index.d.ts" } }, "dependencies": { "@worker-tools/middleware": "latest", "@worker-tools/resolvable-promise": "latest", "@worker-tools/response-creators": "latest" }, "devDependencies": {} }