package.json 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. {
  2. "name": "@pythnetwork/price-pusher",
  3. "version": "10.3.0",
  4. "description": "Pyth Price Pusher",
  5. "homepage": "https://pyth.network",
  6. "main": "./dist/index.cjs",
  7. "types": "./dist/index.d.ts",
  8. "files": [
  9. "dist/**/*"
  10. ],
  11. "bin": {
  12. "pyth-price-pusher": "./dist/index.js"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://github.com/pyth-network/pyth-crosschain",
  17. "directory": "apps/price_pusher"
  18. },
  19. "publishConfig": {
  20. "access": "public"
  21. },
  22. "scripts": {
  23. "build": "ts-duality --noEsm",
  24. "fix:format": "prettier --write \"src/**/*.ts\"",
  25. "fix:lint": "eslint src/ --fix --max-warnings 0",
  26. "test:format": "prettier --check \"src/**/*.ts\"",
  27. "test:lint": "eslint src/ --max-warnings 0",
  28. "start": "node dist/index.js",
  29. "dev": "ts-node src/index.ts",
  30. "prepublishOnly": "pnpm run build && pnpm run test:lint",
  31. "preversion": "pnpm run test:lint",
  32. "version": "pnpm run test:format && pnpm run test:lint && git add -A src",
  33. "clean": "rm -rf ./dist"
  34. },
  35. "keywords": [
  36. "pyth",
  37. "oracle",
  38. "evm",
  39. "ethereum",
  40. "injective",
  41. "fuel",
  42. "aptos",
  43. "sui",
  44. "near"
  45. ],
  46. "license": "Apache-2.0",
  47. "devDependencies": {
  48. "@cprussin/eslint-config": "catalog:",
  49. "@pythnetwork/jest-config": "workspace:",
  50. "@types/ethereum-protocol": "^1.0.2",
  51. "@types/express": "^4.17.21",
  52. "@types/jest": "^27.4.1",
  53. "@types/yargs": "^17.0.10",
  54. "@typescript-eslint/eslint-plugin": "^6.0.0",
  55. "@typescript-eslint/parser": "^6.0.0",
  56. "eslint": "catalog:",
  57. "jest": "^29.7.0",
  58. "pino-pretty": "^11.2.1",
  59. "prettier": "catalog:",
  60. "ts-node": "catalog:"
  61. },
  62. "dependencies": {
  63. "@aptos-labs/ts-sdk": "^1.39.0",
  64. "@coral-xyz/anchor": "^0.30.0",
  65. "@injectivelabs/networks": "1.14.47",
  66. "@injectivelabs/sdk-ts": "1.14.50",
  67. "@injectivelabs/utils": "^1.14.48",
  68. "@mysten/sui": "^1.3.0",
  69. "@pythnetwork/hermes-client": "^1.3.1",
  70. "@pythnetwork/price-service-sdk": "workspace:^",
  71. "@pythnetwork/pyth-fuel-js": "workspace:*",
  72. "@pythnetwork/pyth-sdk-solidity": "workspace:*",
  73. "@pythnetwork/pyth-solana-receiver": "workspace:*",
  74. "@pythnetwork/pyth-sui-js": "workspace:*",
  75. "@pythnetwork/pyth-ton-js": "workspace:*",
  76. "@pythnetwork/solana-utils": "workspace:*",
  77. "@solana/web3.js": "^1.93.0",
  78. "@ton/core": "^0.59.0",
  79. "@ton/crypto": "^3.3.0",
  80. "@ton/ton": "^15.1.0",
  81. "@types/pino": "^7.0.5",
  82. "aptos": "^1.8.5",
  83. "express": "^4.18.2",
  84. "fuels": "catalog:",
  85. "jito-ts": "^3.0.1",
  86. "joi": "^17.6.0",
  87. "near-api-js": "^3.0.2",
  88. "pino": "^9.2.0",
  89. "prom-client": "^15.1.0",
  90. "viem": "^2.19.4",
  91. "yaml": "^2.1.1",
  92. "yargs": "^17.5.1"
  93. },
  94. "engines": {
  95. "node": ">=22.14.0"
  96. },
  97. "type": "module",
  98. "exports": {
  99. "./aptos/aptos": {
  100. "types": "./dist/aptos/aptos.d.ts",
  101. "default": "./dist/aptos/aptos.cjs"
  102. },
  103. "./aptos/balance-tracker": {
  104. "types": "./dist/aptos/balance-tracker.d.ts",
  105. "default": "./dist/aptos/balance-tracker.cjs"
  106. },
  107. "./aptos/command": {
  108. "types": "./dist/aptos/command.d.ts",
  109. "default": "./dist/aptos/command.cjs"
  110. },
  111. "./common": {
  112. "types": "./dist/common.d.ts",
  113. "default": "./dist/common.cjs"
  114. },
  115. "./controller": {
  116. "types": "./dist/controller.d.ts",
  117. "default": "./dist/controller.cjs"
  118. },
  119. "./evm/balance-tracker": {
  120. "types": "./dist/evm/balance-tracker.d.ts",
  121. "default": "./dist/evm/balance-tracker.cjs"
  122. },
  123. "./evm/command": {
  124. "types": "./dist/evm/command.d.ts",
  125. "default": "./dist/evm/command.cjs"
  126. },
  127. "./evm/custom-gas-station": {
  128. "types": "./dist/evm/custom-gas-station.d.ts",
  129. "default": "./dist/evm/custom-gas-station.cjs"
  130. },
  131. "./evm/evm": {
  132. "types": "./dist/evm/evm.d.ts",
  133. "default": "./dist/evm/evm.cjs"
  134. },
  135. "./evm/pyth-abi": {
  136. "types": "./dist/evm/pyth-abi.d.ts",
  137. "default": "./dist/evm/pyth-abi.cjs"
  138. },
  139. "./evm/pyth-contract": {
  140. "types": "./dist/evm/pyth-contract.d.ts",
  141. "default": "./dist/evm/pyth-contract.cjs"
  142. },
  143. "./evm/super-wallet": {
  144. "types": "./dist/evm/super-wallet.d.ts",
  145. "default": "./dist/evm/super-wallet.cjs"
  146. },
  147. "./fuel/command": {
  148. "types": "./dist/fuel/command.d.ts",
  149. "default": "./dist/fuel/command.cjs"
  150. },
  151. "./fuel/fuel": {
  152. "types": "./dist/fuel/fuel.d.ts",
  153. "default": "./dist/fuel/fuel.cjs"
  154. },
  155. ".": {
  156. "types": "./dist/index.d.ts",
  157. "default": "./dist/index.cjs"
  158. },
  159. "./injective/command": {
  160. "types": "./dist/injective/command.d.ts",
  161. "default": "./dist/injective/command.cjs"
  162. },
  163. "./injective/injective": {
  164. "types": "./dist/injective/injective.d.ts",
  165. "default": "./dist/injective/injective.cjs"
  166. },
  167. "./interface": {
  168. "types": "./dist/interface.d.ts",
  169. "default": "./dist/interface.cjs"
  170. },
  171. "./metrics": {
  172. "types": "./dist/metrics.d.ts",
  173. "default": "./dist/metrics.cjs"
  174. },
  175. "./near/command": {
  176. "types": "./dist/near/command.d.ts",
  177. "default": "./dist/near/command.cjs"
  178. },
  179. "./near/near": {
  180. "types": "./dist/near/near.d.ts",
  181. "default": "./dist/near/near.cjs"
  182. },
  183. "./options": {
  184. "types": "./dist/options.d.ts",
  185. "default": "./dist/options.cjs"
  186. },
  187. "./price-config": {
  188. "types": "./dist/price-config.d.ts",
  189. "default": "./dist/price-config.cjs"
  190. },
  191. "./pyth-price-listener": {
  192. "types": "./dist/pyth-price-listener.d.ts",
  193. "default": "./dist/pyth-price-listener.cjs"
  194. },
  195. "./solana/balance-tracker": {
  196. "types": "./dist/solana/balance-tracker.d.ts",
  197. "default": "./dist/solana/balance-tracker.cjs"
  198. },
  199. "./solana/command": {
  200. "types": "./dist/solana/command.d.ts",
  201. "default": "./dist/solana/command.cjs"
  202. },
  203. "./solana/solana": {
  204. "types": "./dist/solana/solana.d.ts",
  205. "default": "./dist/solana/solana.cjs"
  206. },
  207. "./sui/balance-tracker": {
  208. "types": "./dist/sui/balance-tracker.d.ts",
  209. "default": "./dist/sui/balance-tracker.cjs"
  210. },
  211. "./sui/command": {
  212. "types": "./dist/sui/command.d.ts",
  213. "default": "./dist/sui/command.cjs"
  214. },
  215. "./sui/sui": {
  216. "types": "./dist/sui/sui.d.ts",
  217. "default": "./dist/sui/sui.cjs"
  218. },
  219. "./ton/command": {
  220. "types": "./dist/ton/command.d.ts",
  221. "default": "./dist/ton/command.cjs"
  222. },
  223. "./ton/ton": {
  224. "types": "./dist/ton/ton.d.ts",
  225. "default": "./dist/ton/ton.cjs"
  226. },
  227. "./utils": {
  228. "types": "./dist/utils.d.ts",
  229. "default": "./dist/utils.cjs"
  230. },
  231. "./package.json": "./package.json"
  232. },
  233. "module": "./dist/esm/index.js"
  234. }