-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
{
"name": "AnonymiceDiscordBot",
"version": "1.0.0",
"description": "This bot verifies token ownership information and assigns relevant roles.",
"main": "index.js",
"scripts": {
"start": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oliverrenner/AnonymiceDiscordBot.git"
},
"dependencies": {
"@discordjs/builders": "^0.9.0",
"@discordjs/rest": "^0.1.0-canary.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"discord-api-types": "^0.25.2",
"discord.js": "^13.3.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"ethers": "^5.5.2",
"express": "^4.17.0",
"express-mongo-sanitize": "^2.1.0",
"helmet": "^3.21.2",
"http-status": "^1.5.0",
"mongoose": "^6.0.14",
"simple-statistics": "^7.7.0",
"uuid": "^8.3.2",
"winston": "^3.3.3",
"xss-clean": "^0.1.1"
},
"author": "Oliver Renner",
"license": "MIT",
"bugs": {
"url": "https://github.com/oliverrenner/AnonymiceDiscordBot/issues"
},
"homepage": "https://github.com/oliverrenner/AnonymiceDiscordBot#readme"
}