UNPKG

p-sdk-wallet

Version:

A comprehensive wallet SDK for React Native (pwc), supporting multi-chain and multi-account features.

71 lines (70 loc) 1.9 kB
{ "name": "p-sdk-wallet", "version": "0.6.3", "description": "A comprehensive wallet SDK for React Native (pwc), supporting multi-chain and multi-account features.", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/", "README.md" ], "scripts": { "build": "npm run clean && tsc", "clean": "rimraf dist", "prepublishOnly": "npm run build", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "repository": { "type": "git", "url": "git+https://github.com/your-username/p-sdk-wallet.git" }, "keywords": [ "react-native", "wallet", "pwc", "crypto", "ethereum", "ethers" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "bugs": { "url": "https://github.com/your-username/p-sdk-wallet/issues" }, "homepage": "https://github.com/your-username/p-sdk-wallet#readme", "dependencies": { "@bitcoinerlab/secp256k1": "^1.1.1", "@solana/spl-token": "^0.4.13", "@solana/web3.js": "^1.98.2", "bip32": "^4.0.0", "bip39": "^3.1.0", "bs58": "^6.0.0", "buffer": "^6.0.3", "crypto-js": "^4.2.0", "ed25519-hd-key": "^1.3.0", "react-native-camera": "^4.2.1", "react-native-permissions": "^5.4.1", "react-native-qrcode-svg": "^6.3.15", "react-native-svg": "^15.12.0" }, "peerDependencies": { "@react-native-async-storage/async-storage": "^1.21.0", "ethers": "^6.0.0", "react": "*", "react-native": "*", "react-native-get-random-values": "^1.9.0", "react-native-keychain": "^8.2.0" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.0", "@types/react": "^18.0.0 || ^19.0.0", "jest": "^29.5.0", "rimraf": "^5.0.5", "ts-jest": "^29.1.0", "typescript": "^5.3.3", "@react-native-community/cli": "latest" } }