package.json 683 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@wormhole-foundation/stacks-broadcaster",
  3. "private": true,
  4. "version": "1.0.0",
  5. "description": "",
  6. "type": "module",
  7. "keywords": [],
  8. "author": "",
  9. "license": "MIT",
  10. "dependencies": {
  11. "@stacks/blockchain-api-client": "7.8.2",
  12. "@stacks/common": "6.11.4-pr.36558cf.0",
  13. "@stacks/encryption": "6.11.4-pr.36558cf.0",
  14. "@stacks/network": "6.11.4-pr.36558cf.0",
  15. "@stacks/stacking": "6.11.4-pr.36558cf.0",
  16. "@stacks/transactions": "6.11.4-pr.36558cf.0",
  17. "pino": "^8.19.0",
  18. "pino-pretty": "^10.3.1"
  19. },
  20. "devDependencies": {
  21. "@stacks/prettier-config": "^0.0.10",
  22. "tsx": "4.7.1"
  23. },
  24. "prettier": "@stacks/prettier-config"
  25. }