2020-08-04 18:19:42 +00:00
|
|
|
{
|
2021-04-14 23:04:28 +00:00
|
|
|
"name": "eth-contracts",
|
|
|
|
"version": "1.0.0",
|
2021-04-13 21:22:30 +00:00
|
|
|
"description": "",
|
2021-04-14 23:04:28 +00:00
|
|
|
"main": "index.js",
|
2020-08-04 18:19:42 +00:00
|
|
|
"scripts": {
|
2021-04-14 23:14:13 +00:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"deployLocal": "npx hardhat --network localhost 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",
|
|
|
|
"@types/chai": "^4.2.16",
|
|
|
|
"@types/mocha": "^8.2.2",
|
|
|
|
"@types/node": "^14.14.39",
|
|
|
|
"chai": "^4.3.4",
|
|
|
|
"hardhat": "^2.1.2",
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|