-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 892 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
36
37
38
39
40
41
42
{
"name": "@reis/seki",
"type": "module",
"description": "Seki – A modern javascript based Go board renderer and player, that is simple to use, extensible, compact and intuitive.",
"version": "3.0.1",
"homepage": "https://github.com/adamreisnz/seki#readme",
"author": {
"name": "Adam Reis",
"email": "[email protected]"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adamreisnz/seki.git"
},
"bugs": {
"url": "https://github.com/adamreisnz/seki/issues"
},
"main": "src/index.js",
"keywords": [
"seki",
"go",
"goban",
"weiqi",
"baduk",
"board",
"player",
"embeddable",
"jgf",
"sgf",
"gib",
"kifu"
],
"packageManager": "[email protected]",
"devDependencies": {
"@eslint/js": "^9.2.0",
"eslint": "^9.2.0"
}
}