-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "xcraft-core-host",
"version": "3.18.3",
"description": "Multiple engines support for xcraft-server",
"main": "lib/index.js",
"bin": {
"xcraft-host": "bin/host"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"electron-default-menu": "^1.0.1",
"epsitec-global-agent": "^3.0.0",
"fs-extra": "^9.1.0",
"gigawatts": "^4.0.1",
"node-forge": "^1.3.1",
"xcraft-core-bus": "^5.0.0",
"xcraft-core-busclient": "^5.0.0",
"xcraft-core-etc": "^3.0.0",
"xcraft-core-horde": "^3.0.0",
"xcraft-core-log": "^2.0.0",
"xcraft-core-transport": "^4.0.0",
"xcraft-core-utils": "^4.0.0",
"xcraft-server": "^5.0.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^10.7.3",
"prettier": "2.0.4",
"xcraft-dev-prettier": "^2.0.0",
"xcraft-dev-rules": "^4.4.2"
},
"optionalDependencies": {
"node-windows-registry": "^0.1.2"
},
"prettier": "xcraft-dev-prettier"
}