xdapp-book/projects/evm-messenger/package.json

23 lines
540 B
JSON
Raw Permalink Normal View History

2022-05-23 02:10:53 -07:00
{
"name": "xdapp-starter",
"version": "1.0.0",
"description": "A simple template for getting started with xDapps.",
"main": "starter.js",
"scripts": {
2022-06-22 19:43:28 -07:00
"test": "sh tests/evm0-evm1.sh"
2022-05-23 02:10:53 -07:00
},
"keywords": [],
"author": "",
"license": "MIT",
"workspaces": [],
"type": "module",
"dependencies": {
2022-06-22 19:37:26 -07:00
"@certusone/wormhole-sdk": "^0.3.3",
"byteify": "^2.0.10",
"ethers": "^5.6.9",
"ganache": "^7.3.1",
"node-fetch": "^3.2.6",
"pm2": "^5.2.0"
2022-05-23 02:10:53 -07:00
}
2022-06-22 19:37:26 -07:00
}