{
  "name": "@pythnetwork/price-pusher",
  "version": "9.0.0",
  "description": "Pyth Price Pusher",
  "homepage": "https://pyth.network",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/**/*"
  ],
  "bin": {
    "pyth-price-pusher": "./lib/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pyth-network/pyth-crosschain",
    "directory": "apps/price_pusher"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\"",
    "test:lint": "eslint src/",
    "start": "node lib/index.js",
    "dev": "ts-node src/index.ts",
    "prepublishOnly": "pnpm run build && pnpm run test:lint",
    "preversion": "pnpm run test:lint",
    "version": "pnpm run format && git add -A src"
  },
  "keywords": [
    "pyth",
    "oracle",
    "evm",
    "ethereum",
    "injective",
    "fuel",
    "aptos",
    "sui",
    "near"
  ],
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/ethereum-protocol": "^1.0.2",
    "@types/jest": "^27.4.1",
    "@types/yargs": "^17.0.10",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0",
    "eslint": "^8.13.0",
    "jest": "^29.7.0",
    "pino-pretty": "^11.2.1",
    "prettier": "^2.6.2",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.30.0",
    "@injectivelabs/networks": "^1.14.6",
    "@injectivelabs/sdk-ts": "1.10.72",
    "@mysten/sui": "^1.3.0",
    "@pythnetwork/hermes-client": "^1.3.1",
    "@pythnetwork/price-service-sdk": "workspace:^",
    "@pythnetwork/pyth-fuel-js": "workspace:*",
    "@pythnetwork/pyth-sdk-solidity": "workspace:*",
    "@pythnetwork/pyth-solana-receiver": "workspace:*",
    "@pythnetwork/pyth-sui-js": "workspace:*",
    "@pythnetwork/pyth-ton-js": "workspace:*",
    "@pythnetwork/solana-utils": "workspace:*",
    "@solana/web3.js": "^1.93.0",
    "@ton/crypto": "^3.3.0",
    "@ton/ton": "^15.1.0",
    "@types/pino": "^7.0.5",
    "aptos": "^1.8.5",
    "fuels": "^0.94.5",
    "jito-ts": "^3.0.1",
    "joi": "^17.6.0",
    "near-api-js": "^3.0.2",
    "pino": "^9.2.0",
    "viem": "^2.19.4",
    "yaml": "^2.1.1",
    "yargs": "^17.5.1"
  }
}
