forked from SabakiHQ/LeelaSabaki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 828 Bytes
/
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
{
"name": "leelasabaki",
"productName": "LeelaSabaki",
"version": "0.3.0",
"description": "Leela (Zero) integration with Sabaki",
"bin": "./src/index.js",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yishn/LeelaSabaki.git"
},
"keywords": [
"leela",
"gtp",
"go",
"game",
"sabaki"
],
"author": "Yichuan Shen",
"license": "MIT",
"homepage": "https://github.com/yishn/LeelaSabaki",
"bugs": {
"url": "https://github.com/yishn/LeelaSabaki/issues"
},
"dependencies": {
"@sabaki/gtp": "^1.1.0"
},
"devDependencies": {
"pkg": "^4.3.1"
},
"scripts": {
"build": "pkg . --targets node8 --out-path ./bin",
"build:all": "pkg . --targets node8-windows-x64,node8-linux-x64,node8-macos-x64 --out-path ./bin"
}
}