{
  "name": "coinrailz",
  "version": "1.2.0",
  "description": "Official SDK for Coin Railz - 76 x402 micropayment services for AI agents including NASA satellite data, Robinhood Chain DEX, B20 token compliance, trading signals, prediction market arbitrage, and IoT/DePIN.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "build": "tsc",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "coinrailz",
    "x402",
    "micropayments",
    "usdc",
    "base",
    "blockchain",
    "ai-agents",
    "crypto",
    "defi",
    "trading",
    "prediction-markets",
    "gas-oracle",
    "whale-alerts",
    "stock-sentiment",
    "forex-sentiment",
    "traditional-markets",
    "satellite",
    "iot",
    "depin",
    "ai-inference",
    "nasa",
    "prediction-markets-arbitrage"
  ],
  "author": "Coin Railz <support@coinrailz.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/coinrailz/coinrailz-sdk"
  },
  "homepage": "https://coinrailz.com",
  "bugs": {
    "url": "https://github.com/coinrailz/coinrailz-sdk/issues"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.3.0"
  }
}
