UNPKG

1.18 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/json-fetch",
6 "version": "2.1.0-pre.6",
7 "description": "A drop-in replacements for fetch, Request, and Response with first class support for JSON objects.",
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/json-fetch.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/json-fetch/issues"
19 },
20 "homepage": "https://workers.tools/json-fetch",
21 "keywords": [
22 "deno",
23 "fetch",
24 "fetch-api",
25 "http",
26 "json",
27 "request",
28 "response",
29 "search-params",
30 "url-query"
31 ],
32 "exports": {
33 ".": {
34 "import": "./esm/index.js",
35 "require": "./script/index.js",
36 "types": "./types/index.d.ts"
37 },
38 "./search-params-url": {
39 "import": "./esm/search-params-url.js",
40 "require": "./script/search-params-url.js",
41 "types": "./types/search-params-url.d.ts"
42 }
43 },
44 "dependencies": {},
45 "devDependencies": {}
46}
\No newline at end of file