{
  "name": "@hyperionxyz/sdk",
  "version": "0.0.16",
  "description": "",
  "type": "module",
  "main": "dist/index.js",
  "types": "./dist/types/src/index.d.ts",
  "files": [
    "src",
    "dist"
  ],
  "keywords": [
    "hyperion"
  ],
  "author": "tatalock@hyperion.xyz",
  "repository": {
    "type": "git",
    "url": ""
  },
  "homepage": "",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.14.0",
    "lodash-es": "^4.17.21",
    "typescript": "^5.8.2",
    "vite": "^6.2.5",
    "vite-plugin-dts": "^4.5.3"
  },
  "dependencies": {
    "aptos-tool": "^0.0.8",
    "bignumber.js": "^9.1.2",
    "graphql-request": "^7.1.2",
    "long": "^5.3.1"
  },
  "peerDependencies": {
    "@aptos-labs/ts-sdk": "^1.38.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "dev": "tsc && vite build -w",
    "build": "tsc && vite build"
  }
}