trustless-generic-relayer/ethereum/package.json

33 lines
962 B
JSON

{
"name": "generic-relayer",
"version": "1.0.0",
"description": "",
"main": "networks.js",
"devDependencies": {
"@openzeppelin/contracts": "^4.7.3",
"@poanet/solidity-flattener": "^3.0.8",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"chai": "^4.3.6",
"ethers": "^5.7.1",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0"
},
"scripts": {
"build": "forge build -o build",
"integration-test": "bash shell-scripts/run_integration_tests.sh",
"flatten": "mkdir -p node_modules/@poanet/solidity-flattener/contracts && cp -r contracts/* node_modules/@poanet/solidity-flattener/contracts/ && poa-solidity-flattener"
},
"author": "",
"license": "ISC",
"dependencies": {
"@certusone/wormhole-sdk": "^0.3.4",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
"dotenv": "^16.0.2",
"elliptic": "^6.5.4",
"jsonfile": "^6.1.0",
"solc": "^0.8.17",
"typescript": "^4.8.3"
}
}