{
  "name": "aether-agent-sdk",
  "version": "3.2.0",
  "description": "Autonomous Agent Ecosystem SDK for Solana - A2A Protocol, x402 Payment Standard, and Agent-to-Agent Communication",
  "main": "./dist/src/index.js",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/src/index.js",
      "require": "./dist/src/index.js",
      "types": "./dist/src/index.d.ts"
    },
    "./agents": {
      "import": "./dist/src/agents/index.js",
      "require": "./dist/src/agents/index.js",
      "types": "./dist/src/agents/index.d.ts"
    },
    "./protocols": {
      "import": "./dist/src/protocols/index.js",
      "require": "./dist/src/protocols/index.js",
      "types": "./dist/src/protocols/index.d.ts"
    },
    "./facilitator": {
      "import": "./dist/src/facilitator/index.js",
      "require": "./dist/src/facilitator/index.js",
      "types": "./dist/src/facilitator/index.d.ts"
    },
    "./marketplace": {
      "import": "./dist/src/marketplace/index.js",
      "require": "./dist/src/marketplace/index.js",
      "types": "./dist/src/marketplace/index.d.ts"
    },
    "./paygate": {
      "import": "./dist/src/paygate/index.js",
      "require": "./dist/src/paygate/index.js",
      "types": "./dist/src/paygate/index.d.ts"
    }
  },
  "files": [
    "dist/src",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "solana",
    "agent",
    "autonomous-agents",
    "a2a-protocol",
    "x402",
    "payment",
    "blockchain",
    "ai",
    "llm",
    "agent-communication",
    "micropayments",
    "usdc",
    "spl-tokens"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "release": "npm run build && npm version patch && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AETHER-SDK/aether-sdk.git"
  },
  "author": "4n0nn43x",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AETHER-SDK/aether-sdk/issues"
  },
  "homepage": "https://github.com/AETHER-SDK/aether-sdk#readme",
  "dependencies": {
    "@langchain/core": "^1.0.1",
    "@langchain/ollama": "^1.0.0",
    "@langchain/openai": "^1.0.0",
    "@solana/spl-token": "^0.1.8",
    "@solana/web3.js": "^1.95.5",
    "axios": "^1.12.2",
    "bs58": "^6.0.0",
    "chalk": "^5.6.2",
    "dotenv": "^16.6.1",
    "langchain": "^1.0.1"
  },
  "devDependencies": {
    "@types/axios": "^0.9.36",
    "@types/express": "^5.0.4",
    "@types/node": "^24.9.1",
    "eslint": "^9.38.0",
    "prettier": "^3.6.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.3"
  }
}
