forked from Tomato6966/Milrato-x-Rythm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 676 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 676 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
{
"name": "discord-js-handler-template",
"version": "1.0.0",
"description": "Discord.js Command and Event Handler Template with example Command usages! For Questions: https://discord.gg/fS6qBSm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Tomato#6966",
"license": "ISC",
"dependencies": {
"ascii-table": "0.0.9",
"discord.js": "^12.5.1",
"enmap": "^5.8.4",
"erela.js": "^2.3.2",
"erela.js-deezer": "^1.0.5",
"erela.js-spotify": "^1.2.0",
"ms": "^2.1.3"
},
"devDependencies": {
"ascii-table": "0.0.9",
"colors": "^1.4.0"
}
}