UNPKG

solana-multi-wallet-kit

Version:

Universal Solana Wallet Kit for React Native, Web, and Node.js

47 lines (46 loc) 1.12 kB
{ "name": "solana-multi-wallet-kit", "version": "1.7.0", "description": "Universal Solana Wallet Kit for React Native, Web, and Node.js", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/faheemwakee24/solana-multi-wallet-kit.git" }, "files": [ "dist" ], "scripts": { "build": "rollup -c" }, "keywords": [ "solana", "wallet", "transfer", "balance", "multi-platform", "Solana-Multi-Wallet", "Solana-Wallet-Creation" ], "author": "Faheem wakeel", "license": "ISC", "dependencies": { "@solana/web3.js": "^1.98.2", "bip39": "^3.1.0", "bs58": "^6.0.0", "ed25519-hd-key": "^1.3.0", "ethers": "^6.14.3", "react-native-get-random-values": "^1.11.0", "tweetnacl": "^1.0.3" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "rollup": "^4.41.1", "typescript": "^5.8.3" } }