-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 820 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
{
"name": "discord-superchat",
"type": "module",
"scripts": {
"dev": "wrangler dev src/index.ts",
"build": "wrangler deploy --minify src/index.ts --dry-run --outdir dist",
"deploy": "wrangler deploy --minify src/index.ts",
"register": "tsx scripts/register.ts"
},
"dependencies": {
"@discordjs/rest": "2.3.0",
"@resvg/resvg-wasm": "2.4.1",
"discord-interactions": "4.0.0",
"hono": "4.4.10",
"react": "18.3.1",
"satori": "0.10.13",
"yoga-wasm-web": "0.3.3"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20240620.0",
"@types/node": "20.14.9",
"@types/react": "18.3.3",
"discord-api-types": "0.37.91",
"dotenv": "16.4.5",
"tsx": "4.16.0",
"typescript": "5.5.3",
"wrangler": "3.62.0"
},
"packageManager": "[email protected]"
}