-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1 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": "jjrs",
"version": "1.1.3",
"main": "index.ts",
"scripts": {
"build": "tsc",
"start": "ts-node run.ts",
"prof": "ts-node --prof run.ts"
},
"author": "Jakub Juszko",
"license": "MIT",
"homepage": "https://github.com/jakjus/jjrs#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/jakjus/jjrs.git"
},
"description": "Haxball Room Script for Jakjus Real Soccer (JJRS)",
"dependencies": {
"@koush/wrtc": "^0.5.3",
"@types/haxball-headless-browser": "^0.3.0",
"hax-standard-elo": "^0.3.2",
"haxball.js": "git@github.com:jakjus/haxball.js.git",
"promised-sqlite3": "^2.1.0",
"ts-node": "^10.9.1"
},
"engines": {
"npm": ">=8.6.0",
"node": ">=16.0.0"
},
"devDependencies": {
"prettier": "3.3.3"
},
"keywords": [
"haxball",
"script",
"room",
"server",
"real",
"soccer",
"rs",
"jakjus"
],
"bugs": {
"url": "https://github.com/jakjus/jjrs/issues"
},
"declaration": true
}