2022-08-08 23:30:36 -07:00
|
|
|
{
|
|
|
|
"name": "messenger",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A simple example of cross chain messaging with wormhole",
|
|
|
|
"main": "orchestrator.ts",
|
|
|
|
"author": "Dev Bharel",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"@certusone/wormhole-sdk": "^0.6.0",
|
2022-08-10 03:15:23 -07:00
|
|
|
"@project-serum/anchor": "^0.25.0",
|
2022-10-13 10:02:24 -07:00
|
|
|
"@solana/web3.js": "^1.64.0",
|
2022-08-10 03:15:23 -07:00
|
|
|
"@types/node-fetch": "^2.6.2",
|
|
|
|
"byteify": "^2.0.10",
|
2022-08-08 23:30:36 -07:00
|
|
|
"commander": "^9.4.0",
|
|
|
|
"ethers": "^5.6.9",
|
2022-08-10 03:15:23 -07:00
|
|
|
"keccak256": "^1.0.6",
|
2022-08-08 23:30:36 -07:00
|
|
|
"node-fetch": "2",
|
2022-10-13 10:02:24 -07:00
|
|
|
"winston": "^3.8.2"
|
2022-08-08 23:30:36 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-13 10:02:24 -07:00
|
|
|
"@types/node": "^18.6.4",
|
|
|
|
"ts-node": "^10.9.1",
|
|
|
|
"typescript": "^4.8.4"
|
2022-08-08 23:30:36 -07:00
|
|
|
}
|
|
|
|
}
|