{
"name": "voting-dapp",
"version": "1.0.0",
"description": "DApp de vote sur Ethereum",
"main": "index.js",
"scripts": {
"test": "hardhat test",
"dev": "cd frontend-angular && npm run dev",
"compile": "hardhat compile",
"deploy": "hardhat run scripts/deploy.js --network localhost",
"node": "hardhat node"
},
"keywords": [
"ethereum",
"dapp",
"voting",
"blockchain",
"solidity"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.22.19"
},
"dependencies": {
"@openzeppelin/contracts": "^5.2.0"
}
}
-
Quentin Hamitouche authored4f928a93
This project manages its dependencies using
npm.
Learn more