49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@wormhole-foundation/wormhole-client",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"@celo-tools/celo-ethers-wrapper": "^0.1.0",
|
|
"@certusone/wormhole-sdk": "^0.9.8",
|
|
"@cosmjs/encoding": "^0.26.2",
|
|
"@injectivelabs/networks": "^1.0.52",
|
|
"@injectivelabs/sdk-ts": "^1.0.289",
|
|
"@injectivelabs/utils": "^1.0.45",
|
|
"@solana/web3.js": "^1.22.0",
|
|
"@terra-money/terra.js": "^3.1.3",
|
|
"@types/config": "^3.3.0",
|
|
"@xpla/xpla.js": "^0.2.1",
|
|
"algosdk": "^1.15.0",
|
|
"aptos": "^1.3.16",
|
|
"axios": "^0.24.0",
|
|
"binary-parser": "^2.0.2",
|
|
"bn.js": "^5.2.0",
|
|
"bs58": "^4.0.1",
|
|
"buffer-layout": "^1.2.2",
|
|
"config": "^3.3.7",
|
|
"dotenv": "^10.0.0",
|
|
"ethers": "^5.6.8",
|
|
"js-base64": "^3.6.1",
|
|
"near-api-js": "^0.45.1",
|
|
"near-seed-phrase": "^0.2.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": "^2.0.15",
|
|
"@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"
|
|
}
|
|
}
|