47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "proposal-47",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "hardhat.config.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "npx hardhat test",
|
|
"deploy": "npx hardhat run --network mainnet scripts/deploy.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"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",
|
|
"@types/chai": "^4.3.9",
|
|
"@types/mocha": "^10.0.2",
|
|
"chai": "^4.3.10",
|
|
"chai-things": "^0.2.0",
|
|
"dotenv": "^16.3.1",
|
|
"ethers": "^6.8.0",
|
|
"hardhat": "^2.18.1",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-solidity": "^1.1.3",
|
|
"solidity-coverage": "^0.8.5",
|
|
"ts-node": "^10.9.1",
|
|
"typechain": "^8.3.2",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^3.2.0-rc.0",
|
|
"@openzeppelin/upgrades-core": "^1.30.1",
|
|
"base58-solidity": "^1.0.2",
|
|
"bignumber.js": "^9.0.1",
|
|
"content-hash": "^2.5.2",
|
|
"torn-token": "^1.0.8"
|
|
}
|
|
}
|