wormhole/cosmwasm/tools/package.json

21 lines
454 B
JSON
Raw Normal View History

2022-06-16 09:48:01 -07:00
{
2022-10-20 14:22:29 -07:00
"name": "@wormhole-foundation/tools-cosmwasm",
"version": "0.0.1",
2022-06-16 09:48:01 -07:00
"description": "",
"main": "deploy.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cosmjs/encoding": "^0.26.2",
"@terra-money/terra.js": "^3.1.3",
"@xpla/xpla.js": "^0.2.1",
2022-06-16 09:48:01 -07:00
"dotenv": "^16.0.0",
"ethers": "^5.4.4",
"yargs": "^17.0.1"
}
}