-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
34 lines (34 loc) · 864 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
{
"name": "v13-tutorial",
"version": "1.0.0",
"description": "DISCORD.JS V13 BY PARAS DOCS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"ascii-table": "0.0.9",
"dayjs": "^1.10.6",
"delay": "^5.0.0",
"discord.js": "^13.0.0-dev.t1628208261.a56ba09",
"erela.js": "^2.3.3",
"erela.js-spotify": "^1.2.0",
"fs": "0.0.1-security",
"quickmongo": "^3.0.2"
},
"devDependencies": {
"node": "^16.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parasop/discord.js-v13-bot.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/parasop/discord.js-v13-bot/issues"
},
"homepage": "https://github.com/parasop/discord.js-v13-bot#readme"
}