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

27 lines
645 B
JSON
Raw Permalink 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": "node src/index.js"
2021-04-16 13:57:11 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "Solidity contract deployment server for integration testing",
2021-04-16 13:57:11 +00:00
"dependencies": {
"@openzeppelin/contracts": "^4.0.0",
"fastify": "^4.0.0",
"hardhat": "^2.14.0",
"solidity-create2-deployer": "^0.4.0"
2021-04-16 13:57:11 +00:00
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.4",
2021-04-16 13:57:11 +00:00
"chai": "^4.3.4",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.0"
}
}