-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 792 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 792 Bytes
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
{
"name": "@rabestro/dicechess-engine",
"version": "1.0.2",
"type": "module",
"description": "High-performance Dice Chess engine in Scala.js",
"main": "dist/dicechess-engine.js",
"types": "dist/dicechess-engine.d.ts",
"files": [
"dist"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"homepage": "https://jc.id.lv/dicechess-engine-scala/",
"bugs": {
"url": "https://github.com/rabestro/dicechess-engine-scala/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rabestro/dicechess-engine-scala.git"
},
"keywords": [
"chess",
"dice-chess",
"engine",
"scala-js"
],
"author": "Jegors Čemisovs",
"license": "AGPL-3.0",
"engines": {
"node": ">=18"
},
"sideEffects": false
}