Files
chess-trainer/assets/package.json
T
2026-06-20 19:08:18 +02:00

17 lines
303 B
JSON

{
"name": "assets",
"version": "1.0.0",
"description": "",
"license": "ISC",
"author": "",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"chess.js": "^1.4.0",
"chessground": "^9.2.1"
}
}