{ "name": "afc-bridge", "version": "1.0.0", "description": "AfterCoin bridge API - syncs Minecraft casino balances to private Ethereum chain", "main": "src/index.js", "scripts": { "start": "node src/index.js", "deploy": "node src/deploy.js" }, "dependencies": { "express": "^4.21.0", "ethers": "^6.13.0", "better-sqlite3": "^11.0.0" } }