mirror of
https://github.com/status-im/codex-contracts-eth.git
synced 2025-02-01 03:05:24 +00:00
23 lines
645 B
JSON
23 lines
645 B
JSON
{
|
|
"name": "dagger-contracts",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "hardhat test",
|
|
"start": "hardhat node --export 'deployment-localhost.json'",
|
|
"format": "prettier --write contracts/**/*.sol test/**/*.js"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@openzeppelin/contracts": "^4.3.2",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^3.4.0",
|
|
"ethers": "^5.4.7",
|
|
"hardhat": "^2.6.5",
|
|
"hardhat-deploy": "^0.9.8",
|
|
"hardhat-deploy-ethers": "^0.3.0-beta.11",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.19"
|
|
}
|
|
}
|