xdapp-book/projects/wormhole-local-validator/package.json

25 lines
714 B
JSON
Raw Normal View History

2022-06-29 22:09:26 -07:00
{
"name": "xdapp-starter",
"version": "1.0.0",
"description": "A simple template for getting started with xDapps.",
"main": "starter.js",
"scripts": {
2022-08-08 23:30:36 -07:00
"setup": "bash setup.bash",
"wormhole": "npm run setup && bash wormhole.bash",
2022-12-18 22:27:59 -08:00
"spy": "npm run setup && bash spy.bash",
2022-08-08 23:30:36 -07:00
"evm": "npm run setup && bash evm.bash",
"solana": "npm run setup && bash solana-binary-deploy.bash",
2022-12-02 16:24:03 -08:00
"aptos": "npm run setup && bash aptos.bash",
"cleanup": "npx pm2 kill"
2022-06-29 22:09:26 -07:00
},
"keywords": [],
"author": "",
"license": "MIT",
"workspaces": [],
"type": "module",
"dependencies": {
"ganache": "^7.3.1",
"pm2": "^5.2.0"
}
}