-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1 KB
/
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
{
"name": "denbeigh-bot",
"version": "0.0.0",
"devDependencies": {
"@cloudflare/workers-types": "^3.11.0",
"@sentry/types": "^7.77.0",
"@types/cookie": "^0.5.1",
"@types/humanize-duration": "^3.27.1",
"@types/simple-oauth2": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-plugin-editorconfig": "^4.0.2",
"prettier": "^2.7.1",
"typescript": "^4.7.3",
"wrangler": "^3"
},
"private": true,
"scripts": {
"prettier": "prettier --check src",
"eslint": "eslint --max-warnings=0 src",
"format": "prettier --write src"
},
"dependencies": {
"@cfworker/uuid": "^1.12.2",
"@discordjs/rest": "^2.0.1",
"@tsndr/cloudflare-worker-jwt": "^2.5.3",
"cookie": "^0.5.0",
"discord-api-types": "^0.37.0",
"humanize-duration": "^3.30.0",
"i18n-iso-countries": "^7.11.0",
"itty-router": "^4.0.23",
"simple-oauth2": "^4.3.0",
"toucan-js": "^3.3.0"
}
}