mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
14 lines
287 B
JSON
14 lines
287 B
JSON
{
|
|
"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"
|
|
}
|
|
} |