-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.65 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.65 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
{
"name": "rustplusplus-enhanced",
"version": "1.23.3",
"description": "Enhanced RustPlus bot with advanced crafting features, automatic reconnection, and storage integration. Fork of rustplusplus by Alexemanuelol with enhancements by Nuallan.",
"main": "index.ts",
"scripts": {
"start": "ts-node .",
"preinstall": "npx npm-force-resolutions",
"test": "tsc --noEmit -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/alexemanuelol/rustplusplus.git"
},
"author": "Alexemanuelol",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/alexemanuelol/rustplusplus/issues"
},
"homepage": "https://github.com/alexemanuelol/rustplusplus#readme",
"dependencies": {
"@discordjs/rest": "^2.6.0",
"@discordjs/voice": "^0.18.0",
"@formatjs/intl": "^2.6.9",
"@liamcottle/push-receiver": "^0.0.4",
"@liamcottle/rustplus.js": "git+https://github.com/JulianMa/rustplus.js.git#9f87ea17f3d330c23615757130855590ad84ac22",
"axios": "^1.11.0",
"cheerio": "^1.1.0",
"colors": "^1.4.0",
"discord-api-types": "^0.38.22",
"discord.js": "^14.22.1",
"ffmpeg-static": "^5.1.0",
"gm": "^1.25.0",
"jimp": "^0.22.7",
"libsodium-wrappers": "^0.7.11",
"lodash": "^4.17.21",
"node-cron": "^3.0.3",
"translate": "^1.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.9.2",
"winston": "^3.8.2"
},
"resolutions": {
"jpeg-js": "0.4.4",
"protobufjs": "7.2.4"
}
}