mirror of
https://github.com/tcsenpai/OCSA-On-Chain-Signon-Authentication.git
synced 2025-06-05 18:45:27 +00:00
18 lines
392 B
JSON
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"
|
|
}
|
|
}
|