-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 633 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 633 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
{
"name": "@thatskyapplication/github-discord",
"type": "module",
"private": true,
"scripts": {
"test": "tsc",
"lint": "biome check",
"format": "biome check --write",
"dev": "wrangler dev",
"deploy": "wrangler deploy",
"update": "pnpm update --interactive --latest"
},
"dependencies": {
"@discordjs/core": "^2.2.1",
"@discordjs/rest": "^2.6.0",
"@octokit/webhooks": "^14.1.3",
"@sentry/cloudflare": "^10.8.0"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@cloudflare/workers-types": "^4.20250830.0",
"@octokit/webhooks-types": "^7.6.1",
"typescript": "^5.9.2",
"wrangler": "^4.33.1"
}
}