UNPKG

1.03 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/stream-response",
6 "version": "0.1.0-pre.4",
7 "description": "Fetch API Response objects made from async generators. Build streaming HTML responses or SSE with JS sugar.",
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/stream-response.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/stream-response/issues"
19 },
20 "homepage": "https://workers.tools/stream-response",
21 "keywords": [
22 "cloudflare-workers",
23 "deno",
24 "workers"
25 ],
26 "exports": {
27 ".": {
28 "import": "./esm/index.js",
29 "require": "./script/index.js",
30 "types": "./types/index.d.ts"
31 }
32 },
33 "dependencies": {
34 "typed-array-utils": "latest",
35 "whatwg-stream-to-async-iter": "latest"
36 },
37 "devDependencies": {}
38}
\No newline at end of file