57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "fleek_contracts",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"private": "false",
|
|
"scripts": {
|
|
"test": "hardhat test && forge test --via-ir",
|
|
"test:foundry": "forge test --via-ir",
|
|
"test:hardhat": "hardhat test",
|
|
"format": "prettier --write \"./**/*.{js,ts,sol,json}\"",
|
|
"node:hardhat": "hardhat node --tags local",
|
|
"deploy:local": "hardhat deploy --tags local",
|
|
"deploy:mumbai": "hardhat deploy --tags mumbai --network mumbai",
|
|
"compile": "hardhat compile",
|
|
"postinstall": "husky install",
|
|
"prepack": "pinst --disable",
|
|
"postpack": "pinst --enable"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/FleekHQ/contracts.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/FleekHQ/contracts/issues"
|
|
},
|
|
"homepage": "https://github.com/FleekHQ/contracts#readme",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
|
|
"@nomiclabs/hardhat-ethers": "^2.2.1",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.0",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@openzeppelin/contracts": "^4.7.3",
|
|
"@types/mocha": "^10.0.1",
|
|
"chai": "^4.3.6",
|
|
"dotenv": "^16.0.2",
|
|
"ethers": "^5.7.2",
|
|
"hardhat": "^2.11.2",
|
|
"hardhat-contract-sizer": "^2.6.1",
|
|
"hardhat-deploy": "^0.11.15",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"husky": "^8.0.2",
|
|
"lint-staged": "^13.0.4",
|
|
"pinst": "^3.0.0",
|
|
"prettier": "^2.7.1",
|
|
"prettier-plugin-solidity": "^1.0.0",
|
|
"solidity-coverage": "^0.8.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.3",
|
|
"web3": "^1.8.1"
|
|
}
|
|
}
|