wormhole-circle-integration/evm/package.json

31 lines
769 B
JSON
Raw Normal View History

2022-10-14 08:12:30 -07:00
{
"name": "wormhole-circle-integration-evm",
"version": "0.1.0",
"main": "index.js",
"license": "ISC",
"devDependencies": {
"@types/node": "^18.8.4",
"chai": "^4.3.6",
"ethers": "^5.7.1"
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.9.0",
"@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
2022-10-14 08:12:30 -07:00
"@openzeppelin/contracts": "^4.7.3",
"@typechain/ethers-v5": "^10.1.1",
2022-10-14 08:12:30 -07:00
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"axios": "^1.1.3",
"dotenv": "^16.0.3",
2022-10-14 08:12:30 -07:00
"elliptic": "^6.5.4",
"express": "^4.18.2",
2022-10-14 08:12:30 -07:00
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0",
"typechain": "^8.1.1",
2022-10-14 08:12:30 -07:00
"typescript": "^4.8.3"
},
"scripts": {
"build-types": "bash shell-scripts/make_ethers_types.sh"
2022-10-14 08:12:30 -07:00
}
}