{
  "name": "@pythnetwork/xc-admin-cli",
  "version": "0.0.0",
  "private": "true",
  "description": "",
  "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",
    "format": "prettier --write \"src/**/*.ts\"",
    "cli": "pnpm run build && node lib/index.js"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.29.0",
    "@ledgerhq/hw-transport": "^6.31.4",
    "@ledgerhq/hw-transport-node-hid": "^6.29.5",
    "@pythnetwork/client": "catalog:",
    "@pythnetwork/pyth-solana-receiver": "workspace:*",
    "@pythnetwork/solana-utils": "workspace:^",
    "@pythnetwork/xc-admin-common": "workspace:*",
    "@pythnetwork/pyth-lazer-sdk": "workspace:*",
    "@solana/spl-token": "^0.3.7",
    "@solana/web3.js": "^1.73.0",
    "@sqds/mesh": "^1.0.6",
    "commander": "^9.5.0",
    "typescript": "^4.9.4"
  },
  "dev-dependencies": {
    "ts-node": "^10.9.2"
  }
}
