56 lines
1.9 KiB
JSON
56 lines
1.9 KiB
JSON
{
|
|
"name": "contracts-imtbl",
|
|
"version": "1.0.0",
|
|
"description": "contracts for Immutable zkEVM",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "hardhat test",
|
|
"compile": "hardhat compile --show-stack-traces",
|
|
"clean": "hardhat clean",
|
|
"deploy": "hardhat deploy --network imtbl_test",
|
|
"deploy:nftclaim": "hardhat deploy --tags NFTClaimStage2 --network imtbl_test --reset",
|
|
"deploy:nft": "hardhat deploy --tags CFNFTGame --network imtbl_test --reset",
|
|
"deploy:nftlock": "hardhat deploy --tags NFTLock --network imtbl_test --reset",
|
|
"deploy:testtoken": "hardhat deploy --tags TestToken --network imtbl_test --reset",
|
|
"solhint": "solhint --config ./.solhint.json"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@imtbl/contracts": "^2.2.7",
|
|
"@openzeppelin/contracts": "^4.9.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.0",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.0",
|
|
"@nomicfoundation/hardhat-ignition": "^0.15.4",
|
|
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.0",
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.0",
|
|
"@nomicfoundation/ignition-core": "^0.15.4",
|
|
"@typechain/ethers-v6": "^0.5.0",
|
|
"@typechain/hardhat": "^9.0.0",
|
|
"@types/chai": "^4.2.0",
|
|
"@types/mocha": ">=9.1.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
"@typescript-eslint/parser": "^5.60.0",
|
|
"chai": "^4.2.0",
|
|
"dotenv": "^16.4.5",
|
|
"ethers": "^6.12.1",
|
|
"fs-jetpack": "^5.1.0",
|
|
"hardhat": "^2.22.4",
|
|
"hardhat-deploy": "^0.12.4",
|
|
"hardhat-deploy-ethers": "^0.4.2",
|
|
"hardhat-gas-reporter": "^1.0.8",
|
|
"prettier": "^3.2.4",
|
|
"prettier-plugin-solidity": "^1.3.1",
|
|
"solhint": "^3.3.8",
|
|
"solhint-community": "^3.7.0",
|
|
"solhint-plugin-prettier": "^0.1.0",
|
|
"solidity-coverage": "^0.8.1",
|
|
"ts-node": "^10.9.2",
|
|
"typechain": "^8.3.0",
|
|
"typescript": "^5.4.5"
|
|
}
|
|
}
|