{
  "name": "@pythnetwork/aptos-cli",
  "version": "1.0.0",
  "description": "Utilities for managing the Pyth Target Chain contract on Aptos",
  "private": true,
  "main": "index.js",
  "scripts": {
    "cli": "ts-node src/cli.ts",
    "build": "tsc"
  },
  "author": "",
  "license": "ISC",
  "bin": {
    "aptos": "./build/cli.js"
  },
  "devDependencies": {
    "@types/node": "^18.7.21",
    "@types/yargs": "^17.0.13",
    "prettier": "2.8.0",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@pythnetwork/contract-manager": "workspace:*",
    "@pythnetwork/pyth-aptos-js": "workspace:*",
    "aptos": "^1.3.14",
    "ethers": "^5.7.1",
    "js-sha3": "^0.8.0",
    "yargs": "^17.5.1"
  }
}
