@worker-tools/html
Version:
HTML templating and streaming response library for Worker Runtimes such as Cloudflare Workers.
48 lines • 1.28 kB
JSON
{
"module": "./esm/index.js",
"main": "./script/index.js",
"types": "./types/index.d.ts",
"name": "@worker-tools/html",
"version": "2.0.0-pre.13",
"description": "HTML templating and streaming response library for Worker Runtimes such as Cloudflare Workers.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/worker-tools/html.git"
},
"bugs": {
"url": "https://github.com/worker-tools/html/issues"
},
"homepage": "https://workers.tools/html",
"keywords": [
"cloudflare-workers",
"fetch-api",
"html",
"response",
"service-worker",
"streams",
"templating",
"whatwg-streams",
"workers"
],
"exports": {
".": {
"import": "./esm/index.js",
"require": "./script/index.js",
"types": "./types/index.d.ts"
},
"./text-encoder-stream-polyfill": {
"import": "./esm/text-encoder-stream-polyfill.js",
"require": "./script/text-encoder-stream-polyfill.js",
"types": "./types/text-encoder-stream-polyfill.d.ts"
}
},
"dependencies": {
"@worker-tools/stream-response": "latest"
},
"devDependencies": {}
}