wormhole/clients/js/package.json

40 lines
987 B
JSON

{
"name": "wormhole-client",
"version": "1.0.0",
"dependencies": {
"@celo-tools/celo-ethers-wrapper": "^0.1.0",
"@certusone/wormhole-sdk": "^0.4.1",
"@solana/web3.js": "^1.22.0",
"@terra-money/terra.js": "^1.8.9",
"axios": "^0.24.0",
"binary-parser": "^2.0.2",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.2",
"dotenv": "^10.0.0",
"ethers": "^5.4.1",
"js-base64": "^3.6.1",
"npm": "^7.20.0",
"web3": "^1.5.0",
"yargs": "^17.0.1"
},
"bin": {
"worm": "./build/main.js",
"worm-fetch-governance": "./worm-fetch-governance"
},
"scripts": {
"start": "ts-node main.ts",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@truffle/hdwallet-provider": "^1.4.1",
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/yargs": "^17.0.2",
"copy-dir": "^1.3.0",
"ts-node": "^10.7.0",
"typescript": "^4.6"
}
}