Silvia_Prada_Aprilia/vote-block-skripsi/election-api/package.json
2024-12-31 11:46:10 +07:00

25 lines
577 B
JSON

{
"name": "election-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
"dotenv": "^16.0.3",
"ethers": "^5.7.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"hardhat": "^2.22.3",
"jsonwebtoken": "^9.0.2",
"path": "^0.12.7"
},
"devDependencies": {
"@nomicfoundation/hardhat-verify": "^2.0.6"
}
}