{
  "name": "@bankr/sdk",
  "version": "0.1.0-alpha.8",
  "description": "Official SDK for the Bankr API",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "lint": "eslint src --ext .ts",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist",
    "prebuild": "npm run clean"
  },
  "keywords": [
    "bankr",
    "api",
    "sdk",
    "ai",
    "trading",
    "defi"
  ],
  "author": "Bankr",
  "license": "MIT",
  "dependencies": {
    "viem": "^2.37.2",
    "x402-fetch": "^latest"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "typescript": "^5.0.0",
    "jest": "^29.0.0",
    "@types/jest": "^29.0.0",
    "eslint": "^8.0.0",
    "@typescript-eslint/eslint-plugin": "^6.0.0",
    "@typescript-eslint/parser": "^6.0.0"
  },
  "files": [
    "dist/**/*",
    "README.md"
  ],
  "bugs": {
    "url": "https://discord.gg/bankr"
  },
  "homepage": "https://bankr.bot",
  "publishConfig": {
    "access": "public"
  }
}
