{
  "name": "@xyo-network/typeof",
  "version": "5.3.30",
  "description": "Primary SDK for using XYO Protocol 2.0",
  "homepage": "https://xyo.network",
  "bugs": {
    "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues",
    "email": "support@xyo.network"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
  },
  "license": "LGPL-3.0-only",
  "author": {
    "name": "XYO Development Team",
    "email": "support@xyo.network",
    "url": "https://xyo.network"
  },
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/neutral/index.d.ts",
      "import": "./dist/neutral/index.mjs",
      "default": "./dist/neutral/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "types": "dist/neutral/index.d.ts",
  "files": [
    "dist",
    "!**/*.bench.*",
    "!**/*.spec.*",
    "!**/*.test.*",
    "README.md"
  ],
  "devDependencies": {
    "@xylabs/ts-scripts-common": "~7.8.7",
    "@xylabs/ts-scripts-pnpm": "~7.8.7",
    "@xylabs/tsconfig": "~7.8.7",
    "typescript": "~5.9.3"
  },
  "publishConfig": {
    "access": "public"
  }
}