-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (48 loc) · 1.1 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
{
"name": "countingbot",
"version": "2.0.1",
"description": "Advanced discord CountingBot with top.gg vote reward system made with discord.js v14(slash command).",
"main": "Stru/index.js",
"scripts": {
"start": "node ./Structures/index.js"
},
"dependencies ": {
"discord.js": "^14.11.0",
"dotenv": "^16.1.4",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"mathjs": "^11.8.0",
"mongoose": "^7.2.2",
"@top-gg/sdk": "3.1.6"
},
"author": "dawgcodes",
"repository": {
"type": "git",
"url": "git+https://github.com/dawgcodes/CountingBot.git"
},
"bugs": {
"url": "https://github.com/dawgcodes/CountingBot#issues"
},
"homepage": "https://github.com/dawgcodes/CountingBot/#readme",
"devDependencies": {
"node": "^18.16.0"
},
"keywords": [
"discord",
"discord.js",
"v14",
"slash-command",
"CountingBot",
"Counting",
"Advanced",
"dawgcodes"
],
"dependencies": {
"discord.js": "^14.14.1",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"mathjs": "^12.3.1",
"mongoose": "^8.1.1"
},
"license": "ISC"
}