wormhole/wormchain/contracts/tools/package.json

37 lines
1.2 KiB
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-accountant": "jest test_accountant.ts --verbose --setupFiles ./ci-config.js",
"test-ntt-accountant": "jest test_ntt_accountant.ts --verbose --setupFiles ./ci-config.js",
"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.10.10",
"@cosmjs/cosmwasm-stargate": "0.29.5",
"@improbable-eng/grpc-web-node-http-transport": "0.15.0",
"@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",
"@types/jest": "29.4.0",
"jest": "29.4.1",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.4"
}
}