-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 KB
/
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
41
42
{
"name": "vtuberbot",
"version": "1.0.0",
"description": "My First Ever Giveaway bot created with discord-giveaways package in javascript.",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "denki",
"license": "ISC",
"keywords": [
"discord",
"giveaways",
"giveaway",
"bot",
"discord.js",
"discordjs"
],
"dependencies": {
"axios": "^0.26.1",
"beautify": "0.0.8",
"discord-giveaways": "^5.0.1",
"discord-sync-commands": "0.3.0",
"discord.js": "^13.6.0",
"fero-ms": "^2.0.7",
"huyapi": "^2.2.3",
"ms": "^2.1.3",
"mysql": "^2.18.1",
"nekos.life": "^2.0.9",
"quickdb": "1.0.5",
"quickmongo": "^4.0.0",
"random-anime": "^1.0.6",
"superagent": "^7.1.2"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}