payjoin-react-native
Version:
Library to Payjoin written in react native
43 lines (42 loc) • 1.02 kB
JSON
{
"name": "payjoin-react-native",
"version": "1.1.0-beta",
"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": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.4",
"assemblyscript": "^0.28.2",
"axios": "^1.10.0",
"base-x": "^5.0.1",
"bip32": "^5.0.0-rc.0",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^7.0.0-rc.0",
"ecpair": "^3.0.0",
"elliptic": "^6.6.1",
"react": "19.1.0",
"react-native": "^0.80.1",
"react-native-crypto": "^2.2.1"
},
"devDependencies": {
"@types/node": "^22.16.0"
}
}