-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "ollesocket",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lefrst/ollesocket.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lefrst/ollesocket/issues"
},
"homepage": "https://github.com/lefrst/ollesocket#readme",
"dependencies": {
"@discordjs/builders": "^1.4.0",
"@discordjs/rest": "^1.5.0",
"@google-cloud/storage": "^7.11.2",
"@supercharge/promise-pool": "^2.3.2",
"axios": "^1.6.2",
"compression": "^1.7.4",
"crypto": "^1.0.1",
"discord-api-types": "^0.37.24",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.5.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongodb": "^3.6.10",
"nodemailer": "^6.9.14",
"puppeteer": "^22.14.0",
"socket.io": "^4.5.4",
"stream": "^0.0.3",
"stripe": "^16.0.0"
}
}