{
  "name": "@werker/html",
  "version": "1.1.4",
  "description": "HTML templating and streaming response library for worker environments such as Cloudflare Workers",
  "type": "module",
  "main": "index.js",
  "module": "index.js",
  "files": [
    "src",
    "*.js*",
    "*.d.ts*"
  ],
  "types": "./index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -f *.d.ts *.js *.js.map *.d.ts.map",
    "test": "echo \"Error: no test specified\" && exit 0",
    "build": "tsc -d",
    "prepack": "npm run clean && npm run build"
  },
  "author": "Florian Klampfer <mail@qwtel.com> (https://qwtel.com/)",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^4.0.3"
  },
  "dependencies": {
    "whatwg-stream-to-async-iter": "^0.1.0",
    "xss": "^1.0.8"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/worker-tools/html.git"
  },
  "bugs": {
    "url": "https://github.com/worker-tools/html/issues"
  },
  "homepage": "https://github.com/worker-tools/html#readme",
  "keywords": [
    "html",
    "service-worker",
    "templating",
    "workers",
    "streams",
    "response",
    "whatwg-streams",
    "fetch-api"
  ]
}
