-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 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
{
"name": "TwitterBot",
"version": "1.0.1",
"description": "Multifunctional Twitter relay and announcement auto-publishing Discord bot for Asshat Gaming",
"main": "TwitterBot.js",
"author": "Asshat Gaming <admin@asshatgaming.com>",
"private": true,
"homepage": "https://www.asshatgaming.com/",
"repository": "github:SugarD-x/TwitterBot",
"bugs": "https://github.com/SugarD-x/TwitterBot/issues",
"engines": {
"node": ">=22.2.0"
},
"dependencies": {
"colors": "^1.4.0",
"command-exists": "^1.2.9",
"discord.js": "^14.16.3",
"dotenv": "^16.4.5",
"ffmpeg": "0.0.4",
"fs": "0.0.1-security",
"gm": "^1.25.0",
"html-entities": "^2.5.2",
"imagemagick": "^0.1.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"mongoose": "^8.7.0",
"node-fetch": "^2.7.0",
"rimraf": "^6.0.1",
"twit": "git+https://github.com/SugarD-x/twit.git"
},
"overrides": {
"node-fetch": {
"whatwg-url": "^14.0.0"
}
},
"scripts": {
"start": "node TwitterBot.js"
}
}