mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
init
This commit is contained in:
14
dmtp/client_admin/package.json
Normal file
14
dmtp/client_admin/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user