-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.23 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
{
"name": "antaresbot",
"version": "1.5.3",
"engines": {
"node": "17.x"
},
"description": "A small Discord Bot with a bunch of fun commands to get cute images of animals or answer your deepest question with 8ball nonsense.",
"dependencies": {
"axios": "^0.26.0",
"chalk": "^4.1.2",
"dbots": "^11.0.0",
"discord.js": "^13.7.0",
"dotenv": "^16.0.0",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.9",
"mongoose": "^6.4.6",
"path": "^0.12.7",
"reddit-image-fetcher": "^2.0.10",
"requests": "^0.3.0",
"statcord.js": "^3.4.1",
"topgg-autoposter": "^2.0.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"uuid": "^8.3.2",
"wokcommands": "^1.5.3"
},
"main": "index.ts",
"scripts": {
"test": "test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Antares-Network/AntaresBot.git"
},
"keywords": [
"AntaresBot"
],
"author": "Nate Goldsborough",
"license": "CC BY-NC-ND, See LICENSE file for more information",
"bugs": {
"url": "https://github.com/Antares-Network/AntaresBot/issues"
},
"homepage": "https://github.com/Antares-Network/AntaresBot#readme",
"devDependencies": {
"@types/uuid": "^8.3.1"
}
}