thecookingsenpai 72f381232b Initial commit
2023-12-25 13:28:38 +01:00

18 lines
392 B
JSON

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