-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.71 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "koex",
"version": "1.2.0",
"description": "A Discord bot focused around Fortnite Save the World.",
"main": "dist/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/KojiOdyssey/Koex.git"
},
"type": "module",
"scripts": {
"build": "tsc --build tsconfig.json",
"start": "node .",
"dev": "cross-env NODE_ENV=development nodemon"
},
"author": "Koji (KojiOdyssey)",
"license": "Apache-2.0",
"devDependencies": {
"@cloudflare/workers-types": "^4.20231218.0",
"@types/delta-e": "^0.0.2",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.14.202",
"@types/ms": "^0.7.34",
"@types/node": "^20.10.6",
"@types/node-cron": "^3.0.11",
"@types/qs": "^6.9.11",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"glob": "^10.3.10",
"nodemon": "^3.0.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"wrangler": "3.22.3"
},
"dependencies": {
"@discordjs/rest": "^2.2.0",
"@discordjs/voice": "^0.16.1",
"@napi-rs/canvas": "^0.1.44",
"@supabase/supabase-js": "^2.39.2",
"axios": "^1.6.5",
"chalk": "^5.3.0",
"delta-e": "^0.0.8",
"discord-api-types": "^0.37.67",
"discord.js": "^14.14.1",
"jimp": "^0.22.10",
"joi": "^17.11.0",
"lodash": "^4.17.21",
"lru-cache": "^10.1.0",
"moment": "^2.30.1",
"ms": "^2.1.3",
"node-cron": "^3.0.3",
"picocolors": "^1.0.0",
"qs": "^6.11.2"
},
"engines": {
"node": ">=16.x"
}
}