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/response-creators",
6 "version": "1.2.0-pre.6",
7 "description": "A collection of factory functions for Fetch API Response types with pre-filled status and status-text headers for well-known HTTP status codes.",
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/response-creators.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/response-creators/issues"
19 },
20 "homepage": "https://workers.tools/response-creators",
21 "keywords": [
22 "cloudflare-workers",
23 "fetch-api",
24 "http-status-codes",
25 "response",
26 "service-workers",
27 "workers"
28 ],
29 "exports": {
30 ".": {
31 "import": "./esm/index.js",
32 "require": "./script/index.js",
33 "types": "./types/index.d.ts"
34 }
35 },
36 "dependencies": {},
37 "devDependencies": {}
38}
\No newline at end of file