41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"license": "Unlicense",
|
|
"_comment1": "@nomiclabs/hardhat-ethers ^2.2.3",
|
|
"_comment2": "@nomicfoundation/hardhat-ethers ^3.0.2",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.8",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.6",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^4.0.10",
|
|
"ethers": "^5.7.2",
|
|
"hardhat": "^2.22.8",
|
|
"hardhat-contract-sizer": "^2.10.0",
|
|
"hardhat-deploy": "^0.12.4",
|
|
"hardhat-gas-reporter": "^2.2.0",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-solidity": "^1.3.1",
|
|
"solhint": "^5.0.3",
|
|
"solidity-coverage": "^0.8.12"
|
|
},
|
|
"dependencies": {
|
|
"@chainlink/contracts": "^1.2.0",
|
|
"@chainlink/test-helpers": "^0.0.7-alpha",
|
|
"@chainlink/token": "^1.1.0",
|
|
"@openzeppelin/contracts": "^5.0.2",
|
|
"babel-eslint": "^10.1.0",
|
|
"browserify": "^17.0.0",
|
|
"dotenv": "^16.4.5",
|
|
"dotnet": "^1.1.4"
|
|
},
|
|
"scripts": {
|
|
"test": "yarn hardhat test",
|
|
"test-staging": "yarn hardhat test --network sepolia",
|
|
"lint": "yarn solhint 'contracts/*.sol'",
|
|
"lint:fix": "yarn solhint 'contracts/**/*.sol' --fix",
|
|
"format": "yarn prettier --write .",
|
|
"coverage": "yarn hardhat coverage"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|