{ "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" } }