-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.48 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "w3ghost",
"version": "0.2.0",
"description": "Warcraft 3 Game Host",
"main": "lib/GHost.js",
"bin": {
"w3host": "./bin/w3host",
"w3proxy": "./bin/w3proxy"
},
"engines": {
"node": ">=6.x"
},
"dependencies": {
"binary": "^0.3.0",
"blizzardry": "^0.5.0",
"bufferpack": "^0.0.6",
"bunyan": "^1.8.12",
"chalk": "^2.4.2",
"debug": "^4.1.1",
"ffi-napi": "^2.4.5",
"hex": "^0.1.0",
"ip": "^1.1.5",
"ref": "^1.3.5",
"ref-array": "^1.2.0",
"ref-struct": "^1.1.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"@types/node": "^12.6.2",
"eslint": "^6.0.1",
"eslint-config-airbnb": "17.1.1",
"eslint-config-es": "^3.0.0",
"eslint-plugin-extended": "^0.2.0",
"eslint-plugin-mocha": "^5.3.0",
"ffi-generate": "0.0.8",
"ts-node": "^8.3.0",
"typescript": "^3.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "ts-node ./src/cli/host.ts --config=./config.json",
"dev": "env GHOST_DEBUG=hex,log ts-node ./src/cli/host.ts --config=./config.json",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/w3gh/ghost.js.git"
},
"keywords": [
"w3gh",
"ghost++",
"host",
"war3"
],
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w3gh/ghost.js/issues"
},
"homepage": "https://github.com/w3gh/ghost.js",
"engine-strict": true
}