dione/eth-contracts/package.json

26 lines
612 B
JSON
Raw Normal View History

{
"name": "eth-contracts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"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"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@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"
},
"dependencies": {
"@openzeppelin/contracts": "^4.0.0"
}
}