35 lines
998 B
JSON
35 lines
998 B
JSON
{
|
|
"name": "dione-eth-contracts",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "",
|
|
"scripts": {
|
|
"test": "TS_NODE_FILES=true npx hardhat test",
|
|
"test:reportGas": "REPORT_GAS=1 TS_NODE_FILES=true npx hardhat test",
|
|
"coverage": "TS_NODE_FILES=true npx hardhat coverage",
|
|
"deploy:local": "TS_NODE_FILES=true npx hardhat --network local run scripts/deploy.ts"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-etherscan": "^2.1.4",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@types/chai": "^4.2.16",
|
|
"@types/mocha": "^8.2.2",
|
|
"@types/node": "^14.14.39",
|
|
"chai": "^4.3.4",
|
|
"ethereum-waffle": "^3.3.0",
|
|
"ethers": "^5.1.3",
|
|
"hardhat": "^2.1.2",
|
|
"hardhat-gas-reporter": "^1.0.4",
|
|
"hardhat-tracer": "*",
|
|
"solidity-coverage": "^0.7.16",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.2.4"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.0.0"
|
|
}
|
|
}
|