{
    "name": "@blindpay/node",
    "version": "5.3.1",
    "description": "Official Node.js SDK for Blindpay API - Stablecoin API for global payments",
    "keywords": [
        "blindpay",
        "payments",
        "api",
        "sdk",
        "global-payments",
        "payment-processing"
    ],
    "homepage": "https://github.com/blindpaylabs/blindpay-node",
    "author": "Blindpay <alves@blindpay.com> (https://blindpay.com/)",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/blindpaylabs/blindpay-node.git"
    },
    "bugs": "https://github.com/blindpaylabs/blindpay-node/issues",
    "engines": {
        "node": ">=18.*"
    },
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "devDependencies": {
        "@biomejs/biome": "2.2.2",
        "@changesets/cli": "2.29.6",
        "@types/node": ">=12.0.0",
        "@vitest/coverage-v8": "3.2.4",
        "tsup": "8.5.0",
        "typescript": "5.9.2",
        "vitest": "3.2.4",
        "vitest-fetch-mock": "0.4.5"
    },
    "peerDependencies": {
        "@types/node": ">=18.x.x"
    },
    "peerDependenciesMeta": {
        "@types/node": {
            "optional": true
        }
    },
    "license": "MIT",
    "files": [
        "dist/**"
    ],
    "scripts": {
        "build": "tsup src/index.ts src/resources/ --format cjs,esm --dts",
        "check-types": "tsc --noEmit",
        "contract-check": "node scripts/contract-check.mjs",
        "lint:check": "biome check .",
        "lint:fix": "biome check --write .",
        "test": "vitest run",
        "test:coverage": "vitest run --coverage",
        "sync": "bun scripts/api-sync/index.ts --apply",
        "sync:check": "bun scripts/api-sync/index.ts --check",
        "sync:coverage": "bun scripts/api-sync/index.ts --coverage",
        "audit:types": "bun scripts/api-sync/index.ts --audit-types"
    },
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        }
    },
    "packageManager": "bun@1.2.18",
    "dependencies": {
        "svix": "1.99.1"
    }
}
