@synthetixio/core-contracts
Version:
Base solidity contracts
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "@synthetixio/core-contracts",
"version": "3.13.0",
"publishConfig": {
"access": "public"
},
"files": [
"contracts",
"!contracts/generated",
"hardhat.config.ts",
"storage.dump.json",
"*.toml"
],
"description": "Base solidity contracts",
"author": "Synthetix",
"license": "MIT",
"keywords": [
"hardhat",
"solidity",
"proxy",
"ownership"
],
"scripts": {
"clean": "hardhat clean",
"test": "hardhat test --network hardhat",
"coverage": "hardhat coverage",
"compile-contracts": "hardhat compile",
"build-testable": "hardhat compile",
"size-contracts": "hardhat compile && hardhat size-contracts",
"docgen": "hardhat docgen"
},
"devDependencies": {
"@ethersproject/abstract-provider": "^5.7.0",
"@ethersproject/bignumber": "^5.7.0",
"@synthetixio/common-config": "3.13.0",
"@synthetixio/core-utils": "3.13.0",
"@synthetixio/docgen": "1.0.0",
"ethers": "^5.7.2",
"hardhat": "^2.19.5",
"solidity-docgen": "^0.6.0-beta.36"
},
"depcheck": {
"ignoreMatches": [
"@ethersproject/abi",
"@ethersproject/providers",
"@nomiclabs/hardhat-ethers"
]
},
"gitHead": "936381f89fbb1d59f4bb9641c1430e5f49d2426b"
}