-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.05 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.05 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
{
"name": "@underbuff/node-underlords",
"version": "1.1.0",
"description": "Exposes a simple API for interacting with the Underlords game coordinator",
"main": "build/index.js",
"types": "build/index.d.ts",
"keywords": [
"underlords",
"underlord",
"chess",
"valve",
"steam"
],
"scripts": {
"generate-protos": "node scripts/generate-protos.js",
"compile": "tsc -b"
},
"repository": {
"type": "git",
"url": "git+https@github.com:underbuff/node-underlords.git"
},
"author": "doroxz",
"license": "MIT",
"bugs": {
"url": "https://github.com/underbuff/node-underlords/issues"
},
"dependencies": {
"@types/steamid": "^2.0.2",
"bytebuffer": "^5.0.1",
"long": "^5.2.3",
"protobufjs": "^7.2.5",
"steamid": "^2.0.0"
},
"homepage": "https://github.com/underbuff/node-underlords#readme",
"devDependencies": {
"@types/bytebuffer": "^5.0.46",
"@types/node": "^18.18.6",
"@types/steam-user": "^4.26.6",
"gts": "^5.2.0",
"steam-user": "^5.0.1",
"typescript": "^5.2.2"
}
}