-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.07 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "RustyManager",
"version": "2.3.3",
"description": "RustyManager | By Daddy using discord-giveaways package",
"main": "index.js",
"scripts": {
"test": "node index.js",
"start": "node index.js",
"dev": "nodemon"
},
"repository": {
"type": "git"
},
"keywords": [
"RustyManager",
"discord",
"RustyManager",
"discord bot",
"giveaway discord bot",
"giveawaybot",
"Russian bot",
"English bot",
"Turkish Bot",
"Ukrainian bot",
"Arabic bot",
"discord.js",
"discord website",
"discord arabic bot",
"discord-giveaways",
"discord giveaway bot"
],
"author": "Daddy",
"license": "ISC",
"bugs": {
},
"dependencies": {
"chalk": "^4.1.0",
"discord-giveaways": "4.5.1",
"discord.js": "^12.5.1",
"moment": "^2.28.0",
"moment-duration-format": "^2.3.2",
"mongoose": "5.11.18",
"ms": "^2.1.2",
"num-parse": "^1.0.1",
"pretty-ms": "^7.0.0"
},
"devDependencies": {
"eslint": "^7.21.0",
"nodemon": "2.0.2"
},
"engines": {
"node": "12.x"
}
}