forked from alexemanuelol/rustplusplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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
{
"name": "rustPlusPlus",
"version": "1.2.0",
"description": "A NodeJS Discord Bot that uses the rustplus.js library to utilize the power of the Rust+ Companion App with additional Quality-of-Life features.",
"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": "^1.0.1",
"discord.js": "^14.2.0",
"discord-api-types": "^0.37.1",
"colors": "^1.4.0",
"@liamcottle/rustplus.js": "^2.3.0",
"winston": "^3.3.3",
"push-receiver": "^2.1.1",
"lodash": "^4.0.0",
"axios": "^0.26.1",
"jimp": "^0.16.1",
"translate": "^1.4.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.2",
"fuse.js": "^6.6.2"
},
"resolutions": {
"jpeg-js": "0.4.4"
}
}