This repository was archived by the owner on Feb 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 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
47
48
49
50
51
52
53
54
55
{
"name": "stalwartle",
"description": "A Discord Bot for Discordians' basic needs",
"version": "3.0.0",
"main": "src/app.js",
"scripts": {
"start": "pm2 start src/app.js --name Stalwartle --node-args=\"--expose_gc\"",
"run": "node src/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/insane-devs/stalwartle.git"
},
"author": "Dwigoric",
"license": "ISC",
"bugs": {
"url": "https://github.com/insane-devs/stalwartle/issues"
},
"homepage": "https://github.com/insane-devs/stalwartle#readme",
"dependencies": {
"@sapphire/discord.js-utilities": "^4.12.0",
"@sapphire/duration": "^1.1.0",
"@sapphire/framework": "^2.5.1",
"@sapphire/pieces": "3.3.4",
"@sapphire/plugin-editable-commands": "^1.2.2",
"@sapphire/plugin-logger": "^2.2.3",
"@sapphire/plugin-scheduled-tasks": "3.0.0",
"@sapphire/plugin-subcommands": "^2.2.2",
"@sapphire/stopwatch": "^1.5.0",
"@sapphire/timestamp": "^1.0.1",
"@sapphire/type": "^2.4.0",
"@sapphire/utilities": "^3.13.0",
"bullmq": "^1.91.1",
"cron-validator": "^1.3.1",
"discord.js": "https://github.com/discordjs/discord.js#v13",
"dotenv": "^16.3.1",
"erela.js": "github:Dwigoric/erela.js#build",
"moment-timezone": "^0.5.43",
"mongodb": "^5.8.1",
"node-fetch": "2.x"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"cheerio": "^1.0.0-rc.12",
"erlpack": "https://github.com/discord/erlpack.git",
"figlet": "^1.6.0",
"roll": "^1.3.1",
"steamapi": "^2.4.2",
"utf-8-validate": "^5.0.10",
"zlib-sync": "^0.1.8"
},
"engines": {
"node": ">=16.6.x"
}
}