2020-08-04 18:19:42 +00:00
|
|
|
{
|
2021-04-22 18:30:51 +00:00
|
|
|
"name": "dione-eth-contracts",
|
2021-04-14 23:04:28 +00:00
|
|
|
"version": "1.0.0",
|
2021-04-13 21:22:30 +00:00
|
|
|
"description": "",
|
2021-04-22 18:30:51 +00:00
|
|
|
"main": "",
|
2020-08-04 18:19:42 +00:00
|
|
|
"scripts": {
|
2021-04-22 18:30:51 +00:00
|
|
|
"test": "TS_NODE_FILES=true npx hardhat test",
|
2021-04-27 19:09:37 +00:00
|
|
|
"test:reportGas": "REPORT_GAS=1 TS_NODE_FILES=true npx hardhat test",
|
|
|
|
"coverage": "TS_NODE_FILES=true npx hardhat coverage",
|
2021-04-30 19:55:12 +00:00
|
|
|
"deploy:local": "TS_NODE_FILES=true npx hardhat --network geth run scripts/deploy.ts"
|
2020-08-04 18:19:42 +00:00
|
|
|
},
|
|
|
|
"author": "",
|
2021-04-14 23:04:28 +00:00
|
|
|
"license": "ISC",
|
2020-10-30 05:23:08 +00:00
|
|
|
"devDependencies": {
|
2021-04-14 23:04:28 +00:00
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
2021-04-20 21:40:47 +00:00
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
2021-04-14 23:04:28 +00:00
|
|
|
"@types/chai": "^4.2.16",
|
|
|
|
"@types/mocha": "^8.2.2",
|
|
|
|
"@types/node": "^14.14.39",
|
|
|
|
"chai": "^4.3.4",
|
2021-04-20 21:40:47 +00:00
|
|
|
"ethereum-waffle": "^3.3.0",
|
|
|
|
"ethers": "^5.1.3",
|
2021-04-14 23:04:28 +00:00
|
|
|
"hardhat": "^2.1.2",
|
2021-04-27 19:09:37 +00:00
|
|
|
"hardhat-gas-reporter": "^1.0.4",
|
2021-04-20 21:40:47 +00:00
|
|
|
"hardhat-tracer": "*",
|
2021-04-27 19:09:37 +00:00
|
|
|
"solidity-coverage": "^0.7.16",
|
2021-04-14 23:04:28 +00:00
|
|
|
"ts-node": "^9.1.1",
|
|
|
|
"typescript": "^4.2.4"
|
2021-04-13 21:22:30 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@openzeppelin/contracts": "^4.0.0"
|
2020-08-04 18:19:42 +00:00
|
|
|
}
|
|
|
|
}
|