wormhole/wormchain/contracts/tools/package.json

31 lines
961 B
JSON
Raw Normal View History

2023-01-26 12:01:20 -08:00
{
"name": "@wormhole-foundation/wormchain-contract-tools",
"version": "0.0.1",
"description": "scripts for working with wormchain contracts",
"main": "deploy_wormchain.ts",
"scripts": {
"deploy-wormchain": "ts-node deploy_wormchain.ts",
"test-wormchain": "ts-node test_wormchain.ts",
"deploy-and-test": "npm run deploy-wormchain && npm run test-wormchain"
},
"keywords": [],
"author": "",
"dependencies": {
"@certusone/wormhole-sdk": "0.9.9",
"@cosmjs/cosmwasm-stargate": "0.29.5",
"@wormhole-foundation/wormchain-sdk": "file:../../ts-sdk",
"cosmwasm": "1.1.1",
"dotenv": "16.0.3",
"elliptic": "6.5.4",
"ethers": "5.7.2",
"js-sha3": "0.8.0",
"web3-eth-abi": "1.8.1",
"yargs": "17.6.2"
},
"devDependencies": {
"@types/elliptic": "6.4.14",
"ts-node": "10.9.1",
"typescript": "4.9.4"
}
}