{
  "name": "solana-usdt",
  "version": "0.3.3",
  "description": "Developer-friendly Node.js SDK for USDT balances, transfers, and payment verification on Solana.",
  "keywords": [
    "payments",
    "sdk",
    "solana",
    "spl-token",
    "tanstack-intent",
    "typescript",
    "usdt"
  ],
  "homepage": "https://github.com/alexasomba/solana-usdt#readme",
  "bugs": {
    "url": "https://github.com/alexasomba/solana-usdt/issues"
  },
  "license": "MIT",
  "author": "alexasomba",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alexasomba/solana-usdt.git"
  },
  "files": [
    "dist",
    "skills",
    "!skills/_artifacts"
  ],
  "type": "module",
  "sideEffects": false,
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "vp pack",
    "dev": "vp pack --watch",
    "test": "vp test run",
    "test:integration": "vp test run test/litesvm.integration.test.ts --testTimeout 120000",
    "test:live": "pnpm run test:integration",
    "smoke:mainnet": "pnpm run build && node examples/smoke.mjs",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "check": "vp check",
    "clean": "rm -rf dist coverage",
    "prepack": "vp pack",
    "prepare": "skills-npm"
  },
  "dependencies": {
    "@solana-program/memo": "0.11.0",
    "@solana-program/token": "0.13.0",
    "@solana/kit": "6.9.0"
  },
  "devDependencies": {
    "@solana-program/system": "0.12.0",
    "@tanstack/intent": "^0.0.41",
    "@types/node": "^24.12.4",
    "litesvm": "^1.0.0",
    "skills-npm": "^1.1.1",
    "typescript": "^6.0.3",
    "vite-plus": "^0.1.22",
    "vitest": "npm:@voidzero-dev/vite-plus-test@^0.1.22"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "packageManager": "pnpm@11.1.3"
}
