{
    "name": "@tronweb3/tronwallet-adapter-binance",
    "version": "1.2.0",
    "description": "Wallet adapter for Binance Wallet",
    "keywords": [
        "TRON",
        "TronWeb",
        "Binance Wallet"
    ],
    "author": "tronweb3",
    "repository": {
        "type": "git",
        "url": "https://github.com/tronweb3/tronwallet-adapter"
    },
    "homepage": "https://walletadapter.org",
    "license": "MIT",
    "type": "module",
    "sideEffects": false,
    "engines": {
        "node": ">=16",
        "pnpm": ">=7"
    },
    "main": "./lib/cjs/index.js",
    "module": "./lib/esm/index.js",
    "types": "./lib/types/index.d.ts",
    "exports": {
        "types": "./lib/types/index.d.ts",
        "import": "./lib/esm/index.js",
        "require": "./lib/cjs/index.js"
    },
    "files": [
        "lib",
        "src",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "clean": "shx mkdir -p lib && shx rm -rf lib",
        "package": "shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json",
        "test": "vitest run",
        "build": "pnpm run build:cjs && pnpm run build:esm",
        "build:cjs": "tsc -p tsconfig.cjs.json",
        "build:esm": "tsc -p tsconfig.esm.json",
        "build:umd": "node ../../../scripts/build-umd.js"
    },
    "dependencies": {
        "@tronweb3/tronwallet-abstract-adapter": "^1.3.0",
        "@tronweb3/tronwallet-adapter-tronlink": "^1.3.0",
        "@tronweb3/tronwallet-adapter-walletconnect": "^3.1.0"
    },
    "devDependencies": {
        "@testing-library/dom": "8.20.1",
        "shx": "0.3.4",
        "vitest": "3.2.4"
    }
}
