wormhole-circle-integration/evm/package.json

35 lines
951 B
JSON

{
"name": "wormhole-circle-integration-evm",
"version": "0.1.0",
"main": "index.js",
"license": "ISC",
"type": "module",
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^20.0.0",
"@types/yargs": "^17.0.24",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-mocha": "^10.0.0",
"tsx": "^3.13.0",
"typescript": "^5.2.2"
},
"dependencies": {
"@certusone/wormhole-sdk": "^0.10.3",
"@noble/secp256k1": "^2.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@typechain/ethers-v5": "^11.1.1",
"@xlabs-xyz/ledger-signer": "0.0.3",
"dotenv": "^16.0.3",
"ethers": "^5.7.1",
"typechain": "^8.3.1",
"yargs": "^17.7.2"
},
"scripts": {
"build-types": "bash shell-scripts/make_ethers_types.sh",
"deploy-implementation-only": "bash shell-scripts/deploy_implementation_only.sh",
"upgrade-proxy": "bash shell-scripts/upgrade_proxy.sh"
}
}