{
    "name": "@bounded-sh/server",
    "version": "0.0.100",
    "description": "Node and server SDK for Bounded, the full-stack app builder and runtime for AI-built apps: keypair-authenticated data, files and search, functions, realtime, webhook verification, and atomic writes.",
    "homepage": "https://bounded.sh/docs/sdk",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        }
    },
    "scripts": {
        "build": "rm -rf ./dist ./.rollup-tmp && tsc -p tsconfig.build.json --outDir .rollup-tmp --declarationDir .rollup-tmp --emitDeclarationOnly false && rollup -c && tsc -p tsconfig.build.json --emitDeclarationOnly --declarationDir dist && rm -rf ./.rollup-tmp",
        "test": "node src/auth/providers/run-solana-keypair-blockhash-test.mjs && node src/auth/providers/solana-keypair-blockhash-guard.source.test.mjs && node src/run-server-global-provider-test.mjs && node src/sanitize-headers.source.test.mjs && node src/wallet-client-config-binding.source.test.mjs && node --test src/webhooks.test.mjs && node --test src/package-lock-core-pin.test.mjs",
        "watch": "rollup -c -w",
        "prepare": "npm run build"
    },
    "files": [
        "dist"
    ],
    "keywords": [
        "bounded",
        "full-stack",
        "app-builder",
        "app-runtime",
        "ai-app-builder",
        "realtime-backend",
        "ai-apps",
        "policy",
        "webhooks",
        "atomic-writes",
        "server",
        "node",
        "sdk",
        "typescript"
    ],
    "author": "Bounded",
    "license": "MIT",
    "devDependencies": {
        "@rollup/plugin-commonjs": "28.0.9",
        "@rollup/plugin-json": "6.1.0",
        "@rollup/plugin-node-resolve": "15.3.1",
        "esbuild": "0.23.1",
        "rollup": "4.60.1",
        "rollup-plugin-peer-deps-external": "2.2.4",
        "rollup-plugin-typescript2": "0.36.0",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "@bounded-sh/core": "0.0.100",
        "@coral-xyz/anchor": "0.31.1",
        "@solana/kit": "8.2.0",
        "@solana/web3.js": "1.98.4",
        "axios": "1.18.1",
        "bn.js": "5.2.4",
        "bs58": "5.0.0",
        "buffer": "6.0.3",
        "lodash": "4.18.1",
        "reconnecting-websocket": "4.4.0",
        "rpc-websockets": "9.3.9",
        "tweetnacl": "1.0.3"
    },
    "overrides": {
        "toml": "4.2.0"
    },
    "resolutions": {
        "@bounded-sh/core": "portal:../tarobase-core",
        "picomatch": "4.0.3",
        "toml": "npm:4.2.0"
    },
    "packageManager": "yarn@4.17.1+sha512.ccbfabf7d7b6b32075088be9386fb9a2e00bb6887ef07fa56effabc890a56d53da1ccc4128d62db245fcbd3961b236d75335bdf7d5320ed6eafb7588b7ad4697",
    "publishConfig": {
        "access": "public"
    }
}
