UNPKG

1.28 kBJSONView Raw
1{
2 "module": "./esm/index.js",
3 "main": "./script/index.js",
4 "types": "./types/index.d.ts",
5 "name": "@worker-tools/html",
6 "version": "2.0.0-pre.13",
7 "description": "HTML templating and streaming response library for Worker Runtimes such as Cloudflare 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/html.git"
16 },
17 "bugs": {
18 "url": "https://github.com/worker-tools/html/issues"
19 },
20 "homepage": "https://workers.tools/html",
21 "keywords": [
22 "cloudflare-workers",
23 "fetch-api",
24 "html",
25 "response",
26 "service-worker",
27 "streams",
28 "templating",
29 "whatwg-streams",
30 "workers"
31 ],
32 "exports": {
33 ".": {
34 "import": "./esm/index.js",
35 "require": "./script/index.js",
36 "types": "./types/index.d.ts"
37 },
38 "./text-encoder-stream-polyfill": {
39 "import": "./esm/text-encoder-stream-polyfill.js",
40 "require": "./script/text-encoder-stream-polyfill.js",
41 "types": "./types/text-encoder-stream-polyfill.d.ts"
42 }
43 },
44 "dependencies": {
45 "@worker-tools/stream-response": "latest"
46 },
47 "devDependencies": {}
48}
\No newline at end of file