koperasi/services/smartcontract/package.json

19 lines
376 B
JSON
Raw Permalink Normal View History

2025-08-08 07:12:40 +00:00
{
"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"
}
}