{
    "name": "@solana/wallet-adapter-torus",
    "version": "0.11.17",
    "author": "Solana Maintainers <maintainers@solana.foundation>",
    "repository": "https://github.com/solana-labs/wallet-adapter",
    "license": "Apache-2.0",
    "type": "module",
    "sideEffects": false,
    "main": "lib/cjs/index.js",
    "module": "lib/esm/index.mjs",
    "types": "lib/types/index.d.ts",
    "exports": {
        "require": "./lib/cjs/index.js",
        "import": "./lib/esm/index.mjs",
        "types": "./lib/types/index.d.ts"
    },
    "files": [
        "lib",
        "src",
        "LICENSE"
    ],
    "publishConfig": {
        "access": "public"
    },
    "scripts": {
        "clean": "shx rm -rf lib/*",
        "build": "yarn clean && tsc -p tsconfig.json && tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json",
        "postbuild": "echo '{\"type\":\"commonjs\"}' | npx json > lib/cjs/package.json && echo '{\"type\":\"module\"} ' | npx json > lib/esm/package.json"
    },
    "peerDependencies": {
        "@solana/web3.js": "^1.50.1"
    },
    "dependencies": {
        "@solana/wallet-adapter-base": "^0.9.12",
        "@toruslabs/solana-embed": "^0.2.2",
        "assert": "^2.0.0",
        "crypto-browserify": "^3.12.0",
        "process": "^0.11.10",
        "stream-browserify": "^3.0.0"
    },
    "devDependencies": {
        "@solana/web3.js": "^1.50.1",
        "@types/keccak": "^3.0.1",
        "@types/node-fetch": "^2.6.1",
        "@types/readable-stream": "^2.3.14"
    },
    "overrides": {
        "@toruslabs/solana-embed": {
            "assert": "npm:assert@^2.0.0",
            "process": "npm:process@^0.11.10",
            "stream": "npm:stream-browserify@^3.0.0",
            "crypto": "npm:crypto-browserify@^3.12.0"
        }
    }
}
