-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 968 Bytes
/
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
{
"name": "bot-projesi",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\"",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/uwuv3/Neur-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/uwuv3/Neur-bot/issues"
},
"homepage": "https://github.com/uwuv3/Neur-bot#readme",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.0.1",
"@discordjs/voice": "^0.11.0",
"discord-api-types": "^0.37.2",
"discord-logs": "^2.0.1",
"discord-modals": "^1.3.9",
"discord.js": "^13.10.2",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"ffmpeg-static": "^5.1.0",
"fs": "^0.0.1-security",
"mongoose": "^6.5.2",
"node-fetch": "^2.6.7",
"nukleon": "^0.0.2",
"os": "^0.1.2",
"tweetnacl": "^1.0.3"
}
}