{
  "name": "pyth-sui-cli",
  "version": "0.1.0",
  "description": "Pyth Sui Integration Cli tools",
  "main": "index.js",
  "license": "Apache-2.0",
  "scripts": {
    "cli": "ts-node src/cli.ts",
    "build": "tsc"
  },
  "private": "true",
  "dependencies": {
    "@certusone/wormhole-sdk": "^0.9.12",
    "@mysten/sui": "^1.3.0",
    "@pythnetwork/contract-manager": "workspace:*",
    "@pythnetwork/price-service-client": "^1.4.0",
    "@pythnetwork/price-service-sdk": "^1.2.0",
    "@pythnetwork/xc-admin-common": "workspace:*",
    "prettier": "^2.8.7",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/yargs": "^17.0.32"
  }
}
