1
0
Files
cloudflare-worker-router/package.json
Toby Schneider 20b71657c8 Update to v1.3.2
2022-06-01 20:41:06 +02:00

31 lines
670 B
JSON

{
"name": "@tsndr/cloudflare-worker-router",
"version": "1.3.2",
"description": "",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/tsndr/cloudflare-worker-router.git"
},
"keywords": [
"cloudflare",
"cloudflare-worker",
"cloudflare-workers",
"express",
"expressjs",
"framework",
"middleware",
"router",
"routing",
"worker",
"workers"
],
"author": "Tobias Schneider",
"license": "MIT",
"bugs": {
"url": "https://github.com/tsndr/cloudflare-worker-router/issues"
},
"homepage": "https://github.com/tsndr/cloudflare-worker-router#readme"
}