rescue-tokens-example/package.json

33 lines
855 B
JSON
Raw Permalink Normal View History

2023-10-05 15:17:36 +03:00
{
"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"
}