wormhole/wormchain/contracts/tools/package.json

28 lines
746 B
JSON

{
"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": {
"@cosmjs/cosmwasm-stargate": "0.29.5",
"cosmwasm": "1.1.1",
"dotenv": "16.0.3",
"elliptic": "6.5.4",
"ethers": "5.7.2",
"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"
}
}