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

19 lines
347 B
JSON

{
"name": "fairy-chess-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "node test.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"express": "^4.21.2",
"ffish": "^0.7.7"
}
}