{ "name": "dgf-prototype", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@nomicfoundation/hardhat-toolbox": "^4.0.0", "hardhat": "^2.20.1", "prettier": "^3.2.5", "prettier-plugin-solidity": "^1.3.1" }, "dependencies": { "@openzeppelin/contracts": "^5.0.2" } }