package.json 1000 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "@pythnetwork/pyth-ton",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "start": "blueprint run",
  7. "build": "blueprint build Main",
  8. "test:unit": "jest --verbose",
  9. "test:format": "prettier --check .",
  10. "fix:format": "prettier --write ."
  11. },
  12. "devDependencies": {
  13. "@pythnetwork/hermes-client": "workspace:*",
  14. "@pythnetwork/jest-config": "workspace:",
  15. "@pythnetwork/price-service-sdk": "workspace:*",
  16. "@pythnetwork/pyth-ton-js": "workspace:*",
  17. "@pythnetwork/xc-admin-common": "workspace:*",
  18. "@ton/blueprint": "^0.22.0",
  19. "@ton/core": "^0.59.0",
  20. "@ton/crypto": "^3.3.0",
  21. "@ton/sandbox": "^0.20.0",
  22. "@ton/test-utils": "^0.4.2",
  23. "@ton/ton": "^15.1.0",
  24. "@types/jest": "^29.5.12",
  25. "@types/node": "^20.14.10",
  26. "@wormhole-foundation/sdk-definitions": "^0.10.7",
  27. "jest": "^29.7.0",
  28. "prettier": "catalog:",
  29. "ts-jest": "^29.2.0",
  30. "ts-node": "catalog:"
  31. },
  32. "engines": {
  33. "node": ">=22.14.0"
  34. }
  35. }