ChessBuilder/Assets/ChessEngines/fairy-chess-server/package.json

19 lines
No EOL
375 B
JSON

{
"name": "fairy-chess-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"express": "^4.21.2",
"ffish": "^0.7.7",
"stockfish": "^16.0.0"
}
}