codex-contracts-eth/package.json

26 lines
763 B
JSON
Raw Normal View History

2021-10-12 06:35:24 +00:00
{
2021-11-08 15:03:32 +00:00
"name": "dagger-contracts",
"license": "MIT",
2021-10-12 06:35:24 +00:00
"scripts": {
2022-02-09 13:43:09 +00:00
"test": "npm run lint && hardhat test",
2022-03-22 09:53:13 +00:00
"start": "hardhat node --export deployment-localhost.json",
2022-02-09 13:37:55 +00:00
"format": "prettier --write contracts/**/*.sol test/**/*.js",
"lint": "solhint contracts/**.sol"
2021-10-12 06:35:24 +00:00
},
"devDependencies": {
2022-03-15 15:15:46 +00:00
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.5.0",
"chai": "^4.3.6",
2021-10-12 06:35:24 +00:00
"ethereum-waffle": "^3.4.0",
2022-03-15 15:15:46 +00:00
"ethers": "^5.6.0",
"hardhat": "^2.9.1",
"hardhat-deploy": "^0.9.29",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
2022-12-08 23:19:59 +00:00
"hardhat-gas-reporter": "^1.0.9",
2022-02-09 13:17:23 +00:00
"prettier": "^2.5.1",
2022-02-09 13:37:55 +00:00
"prettier-plugin-solidity": "^1.0.0-beta.19",
2022-03-15 15:15:46 +00:00
"solhint": "^3.3.7"
2021-10-12 06:35:24 +00:00
}
}