{ "name": "rescue-tokens-example", "version": "1.0.0", "description": "", "main": "index.js", "dependencies": { "hardhat": "^2.17.4" }, "devDependencies": { "@nomicfoundation/hardhat-chai-matchers": "^2.0.2", "@nomicfoundation/hardhat-ethers": "^3.0.4", "@nomicfoundation/hardhat-network-helpers": "^1.0.9", "@nomicfoundation/hardhat-toolbox": "^3.0.0", "@nomicfoundation/hardhat-verify": "^1.1.1", "@typechain/ethers-v6": "^0.4.3", "@typechain/hardhat": "^8.0.3", "chai": "^4.3.10", "ethers": "^6.7.1", "hardhat-gas-reporter": "^1.0.9", "solidity-coverage": "^0.8.5", "typechain": "^8.3.1" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://git.tornado.ws/ButterflyEffect/rescue-tokens-example" }, "author": "", "license": "ISC" }