| 1234567891011121314151617181920212223242526272829 |
- {
- "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.1.10",
- "elliptic": "^6.6.1",
- "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"
- },
- "overrides": {
- "elliptic": "^6.6.1"
- }
- }
|