{ "name": "emotable-repository", "scripts": { "test": "yarn typechain && hardhat test", "typechain": "hardhat typechain", "prettier": "prettier --write ." }, "engines": { "node": ">=16.0.0" }, "dependencies": { "@openzeppelin/contracts": "^4.6.0" }, "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^1.0.1", "@nomicfoundation/hardhat-network-helpers": "^1.0.3", "@nomiclabs/hardhat-ethers": "^2.2.1", "@typechain/ethers-v5": "^10.1.0", "@typechain/hardhat": "^6.1.2", "@types/chai": "^4.3.1", "chai": "^4.3.6", "ethers": "^5.6.9", "hardhat": "^2.12.2", "ts-node": "^10.8.2", "typechain": "^8.1.0", "typescript": "^4.7.4" } }