UNPKG

@pythnetwork/price-pusher

Version:
91 lines 2.5 kB
{ "name": "@pythnetwork/price-pusher", "version": "9.3.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" }, "keywords": [ "pyth", "oracle", "evm", "ethereum", "injective", "fuel", "aptos", "sui", "near" ], "license": "Apache-2.0", "devDependencies": { "@types/ethereum-protocol": "^1.0.2", "@types/express": "^4.17.21", "@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": "^3.5.3", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "dependencies": { "@coral-xyz/anchor": "^0.30.0", "@injectivelabs/networks": "1.14.47", "@injectivelabs/utils": "^1.14.48", "@injectivelabs/sdk-ts": "1.14.50", "@mysten/sui": "^1.3.0", "@pythnetwork/hermes-client": "^1.3.1", "@solana/web3.js": "^1.93.0", "@ton/core": "^0.59.0", "@ton/crypto": "^3.3.0", "@ton/ton": "^15.1.0", "@types/pino": "^7.0.5", "aptos": "^1.8.5", "express": "^4.18.2", "fuels": "^0.94.5", "jito-ts": "^3.0.1", "joi": "^17.6.0", "near-api-js": "^3.0.2", "pino": "^9.2.0", "prom-client": "^15.1.0", "viem": "^2.19.4", "yaml": "^2.1.1", "yargs": "^17.5.1", "@pythnetwork/pyth-fuel-js": "1.0.7", "@pythnetwork/price-service-sdk": "^1.8.0", "@pythnetwork/pyth-sdk-solidity": "4.0.0", "@pythnetwork/pyth-ton-js": "0.1.2", "@pythnetwork/pyth-solana-receiver": "0.10.0", "@pythnetwork/solana-utils": "0.4.4", "@pythnetwork/pyth-sui-js": "2.1.0" }, "scripts": { "build": "tsc", "fix:format": "prettier --write \"src/**/*.ts\"", "fix:lint": "eslint src/ --fix --max-warnings 0", "test:format": "prettier --check \"src/**/*.ts\"", "test:lint": "eslint src/ --max-warnings 0", "start": "node lib/index.js", "dev": "ts-node src/index.ts", "preversion": "pnpm run test:lint", "version": "pnpm run test:format && pnpm run test:lint && git add -A src" } }