-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 851 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
35
36
{
"name": "apexbot",
"version": "2.2.7",
"description": "The Best Apex Bot for Discord!",
"main": "src/Shard.js",
"type": "commonjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Knightplayzz/apex-bot.git"
},
"author": "Philippe Smeets",
"license": "CC BY-NC",
"engines": {
"node": "20.14.0"
},
"bugs": {
"url": "https://github.com/Knightplayzz/apex-bot/issues"
},
"homepage": "https://github.com/Knightplayzz/apex-bot#readme",
"dependencies": {
"canvas": "^3.0.0",
"cron": "^3.2.1",
"discord.js": "^14.17.2",
"dotenv": "^16.4.7",
"firebase": "^11.0.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.7.0"
},
"devDependencies": {
"eslint": "^9.16.0"
}
}