{
    "name": "@pooflabs/web",
    "version": "0.0.94",
    "description": "JavaScript SDK for Tarobase API",
    "main": "./dist/index.js",
    "react-native": "./dist/index.native.js",
    "module": "./dist/index.esm.js",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "react-native": {
                "types": "./dist/index.native.d.ts",
                "import": "./dist/index.native.esm.js",
                "require": "./dist/index.native.js",
                "default": "./dist/index.native.js"
            },
            "types": "./dist/index.d.ts",
            "import": "./dist/index.esm.js",
            "require": "./dist/index.js",
            "default": "./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",
        "build:with-core": "cd ../tarobase-core && npm run build && cd ../js-sdk && npm run build",
        "use-local-core": "cp -r ../tarobase-core/. ./node_modules/@pooflabs/core/",
        "watch": "rollup -c -w",
        "prepare": "npm run build"
    },
    "files": [
        "dist"
    ],
    "keywords": [
        "sdk",
        "api",
        "tarobase"
    ],
    "author": "0xTarobase",
    "license": "MIT",
    "peerDependencies": {
        "react": "^18 || ^19",
        "react-dom": "^18 || ^19",
        "react-native": ">=0.70"
    },
    "peerDependenciesMeta": {
        "react-dom": {
            "optional": true
        },
        "react-native": {
            "optional": true
        }
    },
    "devDependencies": {
        "@rollup/plugin-commonjs": "28.0.9",
        "@rollup/plugin-json": "6.1.0",
        "@rollup/plugin-node-resolve": "15.3.1",
        "@solana-mobile/mobile-wallet-adapter-protocol-web3js": "2.2.8",
        "@types/bs58": "4.0.4",
        "@types/react": "19.2.9",
        "@types/react-dom": "19.2.3",
        "react": "19.0.1",
        "react-dom": "19.0.1",
        "rollup": "4.53.3",
        "rollup-plugin-peer-deps-external": "2.2.4",
        "rollup-plugin-typescript2": "0.36.0",
        "typescript": "5.9.3"
    },
    "dependencies": {
        "@coral-xyz/anchor": "0.31.1",
        "@phantom/react-sdk": "1.0.2",
        "@pooflabs/core": "0.0.92",
        "@privy-io/react-auth": "3.11.0",
        "@solana-mobile/mobile-wallet-adapter-protocol-web3js": "2.2.8",
        "@solana-mobile/wallet-adapter-mobile": "2.2.8",
        "@solana-mobile/wallet-standard-mobile": "^0.5.2",
        "@solana-program/memo": "0.10.0",
        "@solana-program/system": "0.10.0",
        "@solana-program/token": "0.9.0",
        "@solana/kit": "5.0.0",
        "@solana/spl-token": "0.4.14",
        "@solana/web3.js": "1.98.4",
        "bs58": "6.0.0",
        "buffer": "6.0.3"
    },
    "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}
