wormhole/clients/solana/package.json

26 lines
585 B
JSON

{
"name": "wormhole-client-solana",
"version": "1.0.0",
"dependencies": {
"@certusone/wormhole-sdk": "^0.2.0",
"@solana/web3.js": "^1.22.0",
"bn.js": "^5.2.0",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.2",
"ethers": "^5.4.1",
"npm": "^7.20.0",
"yargs": "^17.0.1"
},
"scripts": {
"start": "tsc && node main.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@types/bn.js": "^5.1.0",
"@types/bs58": "^4.0.1",
"@types/yargs": "^17.0.2",
"typescript": "^4.3.5"
}
}