-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 947 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 947 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
{
"name": "discruft-bot",
"version": "1.0.0",
"description": "The DashCruft Nation community Discord bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DashCruft-Nation/DisCruft-Bot.git"
},
"author": "DashCruft-Nation-Organization",
"license": "MIT",
"bugs": {
"url": "https://github.com/DashCruft-Nation/DisCruft-Bot/issues"
},
"homepage": "https://github.com/DashCruft-Nation/DisCruft-Bot#readme",
"dependencies": {
"@discordjs/opus": "^0.5.0",
"canvas": "^2.7.0",
"discord.js": "github:monbrey/discord.js#inline-replies",
"distube": "^2.8.12",
"dotenv": "^8.2.0",
"eslint": "^7.22.0",
"ffmpeg-static": "^4.2.8",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.2",
"node-fetch": "^2.6.1",
"pretty-ms": "^7.0.1"
}
}