35 lines
824 B
JSON
35 lines
824 B
JSON
{
|
|
"name": "backend",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"compile": "hardhat compile",
|
|
"deploy": "hardhat run scripts/deploy.js --network sepolia",
|
|
"node": "hardhat node",
|
|
"test": "hardhat test",
|
|
"server": "nodemon server.js"
|
|
},
|
|
"dependencies": {
|
|
"cors": "^2.8.5",
|
|
"express": "^4.18.3",
|
|
"express-session": "^1.18.0",
|
|
"nodemon": "^3.1.0",
|
|
"siwe": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"hardhat": "^2.21.0",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.5",
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
"@openzeppelin/contracts": "^4.9.6",
|
|
"chai": "4.3.7",
|
|
"dotenv": "^16.4.7",
|
|
"elliptic": "^6.6.1",
|
|
"ethers": "^6.11.1"
|
|
},
|
|
"resolutions": {
|
|
"elliptic": "^6.6.1",
|
|
"secp256k1": "^5.0.0",
|
|
"cookie": "^0.7.0"
|
|
}
|
|
}
|