wormhole/terra/test/package.json

27 lines
590 B
JSON

{
"name": "@wormhole-foundation/tests-terra",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"test": "jest --config jestconfig.json --verbose"
},
"author": "",
"license": "ISC",
"dependencies": {
"@cosmjs/encoding": "^0.26.2",
"@terra-money/terra.js": "^3.0.9",
"elliptic": "^6.5.4",
"ts-jest": "^27.1.4",
"web3-eth-abi": "^1.7.1",
"web3-utils": "^1.7.1",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/node": "^17.0.23",
"prettier": "^2.6.1",
"tslint": "^6.1.3",
"typescript": "^4.6.3"
}
}