-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
40 lines (40 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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"
}
}