-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 855 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 855 Bytes
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
{
"name": "rss-worker",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev",
"dev": "wrangler dev",
"build": "node build.mjs",
"postinstall": "patch-package"
},
"devDependencies": {
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"wrangler": "^4.32.0"
},
"dependencies": {
"@bufbuild/buf": "^1.27.0",
"@bufbuild/connect": "^0.13.0",
"@bufbuild/connect-node": "^0.13.0",
"@bufbuild/connect-web": "^0.13.0",
"@bufbuild/protobuf": "^1.3.1",
"@bufbuild/protoc-gen-connect-es": "^0.13.0",
"@bufbuild/protoc-gen-es": "^1.3.1",
"cheerio": "^1.1.2",
"dayjs": "^1.11.10",
"hono": "^4.9.4",
"hpack": "^1.0.0",
"http2": "^3.3.7",
"mustache": "^4.2.0",
"node-forge": "^1.3.1",
"patch-package": "^8.0.0",
"runes2": "^1.1.4",
"sanitize-html": "^2.17.0"
}
}