koperasi/services/smartcontract/package.json
2025-08-08 14:12:40 +07:00

19 lines
376 B
JSON

{
"name": "smartcontract",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.3.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.3"
}
}