{
  "name": "html-rewriter-wasm",
  "version": "0.4.1",
  "description": "WebAssembly version of HTMLRewriter",
  "main": "dist/html_rewriter.js",
  "types": "dist/html_rewriter.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepublishOnly": "npm run build && npm test",
    "build": "./build.sh",
    "test": "ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrbbot/html-rewriter-wasm.git"
  },
  "keywords": [
    "cloudflare",
    "workers",
    "worker",
    "html",
    "rewriter",
    "lol"
  ],
  "author": "MrBBot",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/mrbbot/html-rewriter-wasm/issues"
  },
  "homepage": "https://github.com/mrbbot/html-rewriter-wasm#readme",
  "devDependencies": {
    "@types/node": "^14.17.5",
    "ava": "^3.15.0",
    "prettier": "^2.3.2",
    "ts-node": "^10.1.0",
    "typescript": "^4.3.5"
  }
}
