forked from Vint1n/FoxyBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) 路 1.02 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) 路 1.02 KB
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
{
"name": "foxy",
"description": "A Simple bot for Discord",
"version": "2021.02.17-stable",
"author": "WinG4merBR",
"main": "Main.js",
"engines": {
"node": "14.x"
},
"scripts": {
"start": "node ."
},
"dependencies": {
"@sentry/node": "^5.29.2",
"canvas": "^2.6.1",
"cpu-stat": "^2.0.1",
"dblapi.js": "^2.4.0",
"discord.js": "12.4.1",
"figlet": "^1.5.0",
"mathjs": "^8.1.0",
"moment": "^2.29.1",
"mongoose": "^5.11.10",
"ms": "^2.1.2",
"nekos.life": "^2.0.7",
"noblox.js": "^4.8.4",
"node-fetch": "^2.6.1",
"node-pre-gyp": "^0.16.0",
"os": "^0.1.1",
"parse-ms": "^2.1.0",
"shelljs": "^0.8.4",
"weather-js": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BotFoxy/Foxy.git"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/BotFoxy/Foxy/issues"
},
"homepage": "https://github.com/BotFoxy/Foxy#readme",
"devDependencies": {
"eslint": "^7.30.0",
"nodemon": "^2.0.7"
}
}