UNPKG

1.06 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/router",
6 "version": "0.3.0-pre.6",
7 "description": "A router for Worker Runtimes such as Cloudflare Workers and Service Workers.",
8 "license": "MIT",
9 "publishConfig": {
10 "access": "public"
11 },
12 "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/worker-tools/router.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/router/issues"
19 },
20 "homepage": "https://workers.tools/router",
21 "keywords": [
22 "cloudflare",
23 "cloudflare-workers",
24 "http",
25 "router",
26 "routing"
27 ],
28 "exports": {
29 ".": {
30 "import": "./esm/index.js",
31 "require": "./script/index.js",
32 "types": "./types/index.d.ts"
33 }
34 },
35 "dependencies": {
36 "@worker-tools/middleware": "latest",
37 "@worker-tools/resolvable-promise": "latest",
38 "@worker-tools/response-creators": "latest"
39 },
40 "devDependencies": {}
41}
\No newline at end of file