package.json 637 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@wormhole-foundation/tests-terra",
  3. "version": "0.0.1",
  4. "description": "",
  5. "type": "module",
  6. "scripts": {
  7. "test": "jest --config jestconfig.json --verbose"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "@cosmjs/encoding": "^0.26.2",
  13. "@terra-money/terra.js": "^3.1.10",
  14. "elliptic": "^6.6.1",
  15. "ts-jest": "^27.1.4",
  16. "web3-eth-abi": "^1.7.1",
  17. "web3-utils": "^1.7.1",
  18. "yargs": "^17.0.1"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^17.0.23",
  22. "prettier": "^2.6.1",
  23. "tslint": "^6.1.3",
  24. "typescript": "^4.6.3"
  25. },
  26. "overrides": {
  27. "elliptic": "^6.6.1"
  28. }
  29. }