package.json 769 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@pythnetwork/pyth-contract-manager",
  3. "version": "1.0.0",
  4. "description": "Set of tools to manage pyth contracts",
  5. "private": true,
  6. "main": "src/index.ts",
  7. "scripts": {
  8. "shell": "ts-node ./src/shell.ts",
  9. "build": "tsc"
  10. },
  11. "author": "",
  12. "license": "Apache-2.0",
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/pyth-network/pyth-crosschain.git"
  16. },
  17. "dependencies": {
  18. "@mysten/sui.js": "^0.37.1",
  19. "@certusone/wormhole-sdk": "^0.9.8",
  20. "@pythnetwork/cosmwasm-deploy-tools": "*",
  21. "@pythnetwork/price-service-client": "*",
  22. "@injectivelabs/networks": "1.0.68",
  23. "bs58": "^5.0.0",
  24. "ts-node": "^10.9.1",
  25. "typescript": "^4.9.3"
  26. },
  27. "devDependencies": {
  28. "prettier": "^2.6.2"
  29. }
  30. }