-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 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
41
42
43
44
45
46
47
{
"name": "haxball.js",
"version": "2.3.1",
"description": "A powerful library for interacting with the Haxball Headless API",
"main": "src/index.js",
"types": "types/index.d.ts",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "mocha --recursive --exit",
"build": "node scripts/nodeify.js"
},
"keywords": [
"haxball",
"headless",
"bot",
"room"
],
"author": "mertushka",
"license": "MIT",
"dependencies": {
"@peculiar/webcrypto": "^1.5.0",
"@types/haxball-headless-browser": ">=0.3.0",
"https-proxy-agent": "^7.0.5",
"json5": "^2.2.3",
"node-datachannel": "^0.24.0",
"pako": "^2.1.0",
"ws": "^8.18.0",
"xhr2": "^0.2.1"
},
"devDependencies": {
"@mapbox/node-pre-gyp": "^1.0.11",
"mocha": "^10.7.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mertushka/haxball.js.git"
},
"bugs": {
"url": "https://github.com/mertushka/haxball.js/issues"
},
"homepage": "https://github.com/mertushka/haxball.js#readme",
"trustedDependencies": [
"node-datachannel"
]
}