{ "name": "web3auth_server", "version": "1.0.0", "description": "Server side web3 based authenticator", "main": "auth.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "tcsenpai", "license": "ISC", "devDependencies": { "@fastify/cors": "^8.2.0", "ethers": "^5.7.2", "fastify": "^4.10.2", "fastify-cors": "^6.1.0" } }