{ "name": "@solana/wallet-standard-wallet-adapter-react", "version": "1.1.4", "author": "Solana Maintainers ", "repository": "https://github.com/solana-labs/wallet-standard", "license": "Apache-2.0", "publishConfig": { "access": "public" }, "files": [ "lib", "src", "LICENSE" ], "engines": { "node": ">=16" }, "type": "module", "sideEffects": false, "main": "./lib/cjs/index.js", "module": "./lib/esm/index.js", "types": "./lib/types/index.d.ts", "exports": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js", "types": "./lib/types/index.d.ts" }, "peerDependencies": { "@solana/wallet-adapter-base": "*", "react": "*" }, "dependencies": { "@wallet-standard/app": "^1.1.0", "@wallet-standard/base": "^1.1.0", "@solana/wallet-standard-wallet-adapter-base": "^1.1.4" }, "devDependencies": { "@solana/wallet-adapter-base": "^0.9.23", "@types/react": "^19.0.7", "react": "^19.0.0", "shx": "^0.3.4" }, "scripts": { "clean": "shx mkdir -p lib && shx rm -rf lib", "package": "shx mkdir -p lib/cjs && shx echo '{ \"type\": \"commonjs\" }' > lib/cjs/package.json" } }