-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1 KB
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
{
"name": "protobot",
"version": "3.0.0",
"description": "A multi-purpose discord protogen",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProtoBot-Repos/ProtoBot.git"
},
"author": "Stanford47",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ProtoBot-Repos/ProtoBot/issues"
},
"homepage": "https://github.com/ProtoBot-Repos/ProtoBot#readme",
"dependencies": {
"@discordjs/builders": "^1.1.0",
"@discordjs/opus": "^0.8.0",
"@discordjs/rest": "^1.0.1",
"@discordjs/voice": "^0.13.0",
"@types/node": "^18.6.4",
"@zuzak/owo": "^1.16.1",
"discord-api-types": "^0.37.5",
"discord.js": "^14.1.2",
"ffmpeg-static": "^5.1.0",
"libsodium-wrappers": "^0.7.10",
"luxon": "^3.1.0",
"node-fetch": "^2.6.7",
"prettier": "^2.7.1",
"random-org": "^2.2.0",
"sodium": "^3.0.2",
"systeminformation": "^5.14.4",
"typescript": "^4.8.4"
}
}