-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 775 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 775 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
{
"name": "someoneback",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"register": "tsc && node --env-file=.env dist/register.js",
"deploy": "wrangler deploy --minify",
"log": "wrangler tail",
"cf-typegen": "wrangler types",
"lint": "eslint .",
"format": "prettier --write .",
"prepare": "husky"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.15.2",
"@eslint/js": "^10.0.1",
"@types/node": "^25.5.2",
"discord-api-types": "^0.38.47",
"globals": "^17.6.0",
"husky": "^9.1.7",
"typescript": "^6.0.3",
"vitest": "^4.1.0",
"wrangler": "^4.84.0"
},
"dependencies": {
"discord-hono": "^0.21.2",
"eslint": "^10.3.0",
"jiti": "^2.6.1",
"prettier": "^3.8.3",
"typescript-eslint": "^8.59.2"
}
}