{
  "name": "@x402solana/solana-agents-sdk",
  "version": "0.2.1",
  "description": "Enterprise-grade SDK for building autonomous AI agents on Solana. Automate trading, predict markets, and execute complex DeFi strategies with Jupiter, Kalshi, Polymarket, and 40+ protocol integrations.",
  "main": "./dist/src/index.js",
  "module": "./dist/src/index.mjs",
  "types": "./dist/src/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "require": "./dist/src/index.js",
      "import": "./dist/src/index.mjs"
    }
  },
  "scripts": {
    "build": "tsc",
    "build:esm": "tsup src/index.ts --dts --format cjs,esm --out-dir dist",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean",
    "watch": "tsc --watch",
    "typecheck": "tsc --noEmit",
    "lint": "echo 'Linting not configured yet'",
    "test": "echo 'Tests not configured yet - see CONTRIBUTING.md'",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "solana",
    "ai-agents",
    "autonomous-trading",
    "defi",
    "jupiter",
    "trading-bot",
    "market-prediction",
    "solana-trading",
    "ai",
    "agent-framework",
    "web3",
    "blockchain",
    "cryptocurrency",
    "automated-trading",
    "funagents",
    "funpumpfun"
  ],
  "author": "8bitsats <cheshireterminal@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/8bitsats/funagents#readme",
  "bugs": {
    "url": "https://github.com/8bitsats/funagents/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/8bitsats/funagents.git"
  },
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=8.0.0"
  },
  "devDependencies": {
    "@types/jsonwebtoken": "^9.0.7",
    "@types/node": "^22.10.3",
    "ts-node-dev": "^2.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "dotenv": "^16.4.7"
  },
  "peerDependencies": {
    "@solana/web3.js": "^1.87.0"
  },
  "peerDependenciesMeta": {
    "@solana/web3.js": {
      "optional": true
    }
  },
  "files": [
    "dist/src/**/*",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ]
}
