forked from liamcottle/rustplus.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 992 Bytes
/
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
{
"name": "@liamcottle/rustplus.js",
"version": "2.2.0",
"description": "Unofficial NodeJS library for controlling Smart Switches in the PC game Rust",
"main": "rustplus.js",
"bin": {
"rustplus": "./cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/liamcottle/rustplus.js.git"
},
"keywords": [
"rust",
"rust+",
"rustplus",
"rustplus-api",
"companion",
"api",
"websocket",
"smart switch",
"smart alarm",
"team chat"
],
"author": "Liam Cottle",
"license": "MIT",
"bugs": {
"url": "https://github.com/liamcottle/rustplus.js/issues"
},
"homepage": "https://github.com/liamcottle/rustplus.js#readme",
"dependencies": {
"axios": "^0.21.1",
"chrome-launcher": "^0.13.4",
"command-line-args": "^5.1.1",
"command-line-usage": "^6.1.1",
"express": "^4.17.1",
"protobufjs": "^6.9.0",
"push-receiver": "^2.1.0",
"uuid": "^8.1.0",
"ws": "^7.3.0"
}
}