package.json 855 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@pythnetwork/pyth-ton",
  3. "version": "0.0.1",
  4. "private": true,
  5. "scripts": {
  6. "start": "blueprint run",
  7. "build": "blueprint build Main",
  8. "test:unit": "jest --verbose"
  9. },
  10. "devDependencies": {
  11. "@pythnetwork/pyth-ton-js": "workspace:*",
  12. "@pythnetwork/price-service-sdk": "workspace:*",
  13. "@pythnetwork/xc-admin-common": "workspace:*",
  14. "@pythnetwork/hermes-client": "workspace:*",
  15. "@ton/blueprint": "^0.22.0",
  16. "@ton/core": "^0.59.0",
  17. "@ton/crypto": "^3.3.0",
  18. "@ton/sandbox": "^0.20.0",
  19. "@ton/test-utils": "^0.4.2",
  20. "@ton/ton": "^15.1.0",
  21. "@types/jest": "^29.5.12",
  22. "@types/node": "^20.14.10",
  23. "@wormhole-foundation/sdk-definitions": "^0.10.7",
  24. "jest": "^29.7.0",
  25. "prettier": "^3.3.2",
  26. "ts-jest": "^29.2.0",
  27. "ts-node": "^10.9.2",
  28. "typescript": "^5.5.3"
  29. }
  30. }