-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 867 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 867 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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "demonitized-bot",
"version": "1.20.5",
"description": "pain",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node server.js",
"stop": "node db.js"
},
"dependencies": {
"@discordjs/opus": "^0.4.0",
"@discordjs/rest": "^0.6.0",
"@discordjs/voice": "^0.6.0",
"discord-api-types": "^0.23.1",
"discord-rpc": "^3.2.0",
"discord.js": "^13.1.0",
"dotenv": "^8.2.0",
"e": "^0.0.4",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"request": "^2.88.2",
"snekfetch": "^4.0.4",
"sodium": "^3.0.2",
"sqlite3": "^5.0.0",
"util": "^0.12.3",
"ytdl-core": "^4.9.1",
"ytpl": "^0.2.3",
"ytsr": "^3.5.3"
},
"engines": {
"node": "16.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express",
"discord",
"bot"
]
}