package.json 598 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@wormhole-foundation/wormhole-sui-integration-test",
  3. "version": "0.0.1",
  4. "description": "Wormhole Sui Integration Test",
  5. "main": "index.js",
  6. "license": "MIT",
  7. "dependencies": {
  8. "@certusone/wormhole-sdk": "^0.9.12",
  9. "@mysten/sui.js": "^0.32.2",
  10. "chai": "^4.3.7",
  11. "mocha": "^10.2.0",
  12. "prettier": "^2.8.7",
  13. "ts-mocha": "^10.0.0",
  14. "ts-node": "^10.9.1",
  15. "typescript": "^5.0.4"
  16. },
  17. "devDependencies": {
  18. "@types/chai": "^4.3.4",
  19. "@types/mocha": "^10.0.1",
  20. "@types/node": "^18.15.11"
  21. },
  22. "overrides": {
  23. "elliptic": "^6.6.1"
  24. }
  25. }