ipld-eth-server/test/contract/package.json

28 lines
692 B
JSON
Raw Normal View History

2021-04-16 13:57:11 +00:00
{
"name": "contract",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"compile": "npx hardhat compile",
"start": "HARDHAT_NETWORK=docker node src/index.js",
2021-04-21 13:05:24 +00:00
"start:local": "ETH_ADDR=http://127.0.0.1:8545 npm run start",
2021-04-16 13:57:11 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@openzeppelin/contracts": "^4.0.0",
"fastify": "^3.14.2",
2021-04-16 13:57:11 +00:00
"hardhat": "^2.2.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.0"
}
}