UNPKG

payjoin-react-native

Version:
41 lines (40 loc) 952 B
{ "name": "payjoin-react-native", "version": "1.0.9-alpha", "description": "Library to Payjoin written in react native", "main": "index.ts", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/Horus-Org/payjoin-react-native.git" }, "keywords": [ "bitcoin", "bip38", "payjoin", "wallet" ], "author": "horus-org", "license": "MIT", "bugs": { "url": "https://github.com/Horus-Org/payjoin-react-native/issues" }, "homepage": "https://github.com/Horus-Org/payjoin-react-native#readme", "dependencies": { "assemblyscript": "^0.28.2", "axios": "^1.9.0", "base-x": "^5.0.1", "bip32": "^5.0.0-rc.0", "bip39": "^3.1.0", "bitcoinjs-lib": "^7.0.0-rc.0", "elliptic": "^6.6.1", "react": "19.1.0", "react-native": "^0.79.2", "react-native-crypto": "^2.2.0" }, "devDependencies": { "@types/node": "^22.15.29" } }