This commit is contained in:
2026-04-05 00:43:23 +05:30
commit 8be37d3e92
425 changed files with 101853 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "client_admin",
"version": "0.1.0",
"type": "module",
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"body-parser": "^1.20.2",
"dotenv": "^17.2.3",
"ethers": "^6.0.0",
"express": "^4.18.2"
}
}