{
  "name": "@pythnetwork/xc-admin-crank-pythnet-relayer",
  "version": "0.0.0",
  "description": "A crank to relay pyth governance actions to pythnet",
  "private": "true",
  "author": "",
  "homepage": "https://github.com/pyth-network/pyth-crosschain",
  "license": "ISC",
  "main": "src/index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pyth-network/pyth-crosschain.git"
  },
  "bugs": {
    "url": "https://github.com/pyth-network/pyth-crosschain/issues"
  },
  "scripts": {
    "build": "tsc",
    "start": "node lib/index.js",
    "format": "prettier --write \"src/**/*.ts\""
  },
  "dependencies": {
    "@certusone/wormhole-sdk": "^0.10.15",
    "@coral-xyz/anchor": "^0.29.0",
    "@injectivelabs/sdk-ts": "^1.10.72",
    "@pythnetwork/client": "catalog:",
    "@pythnetwork/xc-admin-common": "workspace:*",
    "@solana/web3.js": "^1.73.0",
    "@sqds/mesh": "^1.0.6",
    "ts-node": "^10.9.1"
  },
  "devDependencies": {
    "typescript": "^5.4.5"
  }
}
