2025-12-18 13:07:35 +08:00
|
|
|
{
|
|
|
|
|
"name": "ytLp",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "A Hardhat 2 project with Foundry integration",
|
|
|
|
|
"author": "",
|
|
|
|
|
"scripts": {
|
2025-12-24 16:41:26 +08:00
|
|
|
"compile": "hardhat compile",
|
|
|
|
|
"test": "hardhat test",
|
|
|
|
|
"deploy": "hardhat run scripts/deploy.ts",
|
|
|
|
|
"deploy:sepolia": "hardhat run scripts/deploy.ts --network sepolia",
|
|
|
|
|
"ignition:deploy": "hardhat ignition deploy ignition/modules/Counter.ts",
|
|
|
|
|
"clean": "hardhat clean",
|
|
|
|
|
"postinstall": "patch-package",
|
|
|
|
|
"patch-package": "patch-package"
|
2025-12-18 13:07:35 +08:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-12-24 16:41:26 +08:00
|
|
|
"@foundry-rs/hardhat-forge": "^0.1.17",
|
|
|
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.1.0",
|
|
|
|
|
"@nomicfoundation/hardhat-ethers": "^3.1.0",
|
|
|
|
|
"@nomicfoundation/hardhat-foundry": "^1.2.0",
|
|
|
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.13",
|
|
|
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.14",
|
|
|
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.1.0",
|
|
|
|
|
"@nomicfoundation/hardhat-toolbox": "^6.1.0",
|
|
|
|
|
"@nomicfoundation/hardhat-verify": "^2.1.1",
|
|
|
|
|
"@swc/core": "^1.10.1",
|
|
|
|
|
"@swc/helpers": "^0.5.15",
|
|
|
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
|
|
|
"@typechain/hardhat": "^9.1.0",
|
|
|
|
|
"@types/chai": "^4.3.20",
|
|
|
|
|
"@types/mocha": "^10.0.10",
|
|
|
|
|
"@types/node": "^24.7.2",
|
|
|
|
|
"chai": "^4.5.0",
|
|
|
|
|
"dotenv": "^16.4.7",
|
|
|
|
|
"ethers": "^6.15.0",
|
|
|
|
|
"hardhat": "^2.26.3",
|
|
|
|
|
"hardhat-abi-exporter": "^2.10.1",
|
|
|
|
|
"hardhat-contract-sizer": "^2.10.0",
|
|
|
|
|
"hardhat-gas-reporter": "^2.3.0",
|
|
|
|
|
"patch-package": "^8.0.1",
|
|
|
|
|
"solidity-coverage": "^0.8.16",
|
|
|
|
|
"ts-node": "^10.9.2",
|
|
|
|
|
"typechain": "^8.3.2",
|
|
|
|
|
"typescript": "^5.9.3"
|
2025-12-18 13:07:35 +08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-12-24 16:41:26 +08:00
|
|
|
"@chainlink/contracts": "^1.5.0",
|
|
|
|
|
"@matterlabs/hardhat-zksync-deploy": "1.1.2",
|
|
|
|
|
"@matterlabs/hardhat-zksync-solc": "0.3.16",
|
|
|
|
|
"@openzeppelin/contracts": "5.4.0",
|
|
|
|
|
"@openzeppelin/contracts-upgradeable": "5.4.0",
|
|
|
|
|
"@openzeppelin/hardhat-upgrades": "3.9.1",
|
|
|
|
|
"evm-all-tools": "^1.0.0",
|
|
|
|
|
"zksync-ethers": "6.0.0"
|
2025-12-18 13:07:35 +08:00
|
|
|
},
|
2025-12-24 16:41:26 +08:00
|
|
|
"engines": {
|
|
|
|
|
"node": ">=20.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|