{ "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" } }