Promotion (#2)

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-06-21 19:09:56 +00:00
parent dd507ca515
commit 11d923b72f
13 changed files with 10654 additions and 344 deletions
+8
View File
@@ -7,10 +7,18 @@
"type": "commonjs",
"main": "index.js",
"scripts": {
"fmt": "oxfmt --check",
"fmt:fix": "oxfmt",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chess.js": "^1.4.0",
"chessground": "^9.2.1"
},
"devDependencies": {
"oxfmt": "^0.55.0",
"oxlint": "^1.70.0"
}
}