@synonymdev/react-native-ldk
Version:
React Native wrapper for LDK
77 lines (76 loc) • 3.02 kB
JSON
{
"name": "@synonymdev/react-native-ldk",
"title": "React Native LDK",
"version": "0.0.163",
"description": "React Native wrapper for LDK",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"android",
"ios",
"react-native-ldk.podspec",
"dist",
"!android/build",
"!android/gradle",
"!android/gradlew",
"!android/gradlew.bat",
"!android/local.properties"
],
"keywords": [
"javascript",
"bitcoin",
"lightning",
"ldk"
],
"scripts": {
"build": "rm -rf dist && mkdir dist/ && tsc -p ./src",
"watch": "yarn run build -- -w",
"lint:check": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx",
"prepublish": "yarn lint:fix && yarn run build && npm --no-git-tag-version version patch",
"dev:save-ios-updates": "cp ../example/node_modules/@synonymdev/react-native-ldk/ios/*.{m,swift,h} ./ios && cp ../example/node_modules/@synonymdev/react-native-ldk/ios/Classes/*.swift ./ios/Classes/",
"dev:save-android-updates": "cp ../example/node_modules/@synonymdev/react-native-ldk/android/src/main/java/com/reactnativeldk/*.kt ./android/src/main/java/com/reactnativeldk/ && cp ../example/node_modules/@synonymdev/react-native-ldk/android/src/main/java/com/reactnativeldk/classes/*.kt ./android/src/main/java/com/reactnativeldk/classes/ && cp ../example/node_modules/@synonymdev/react-native-ldk/android/build.gradle ./android/",
"dev:update-example-dist": "yarn build && cp -R dist ../example/node_modules/@synonymdev/react-native-ldk",
"dev:example": "yarn dev:save-ios-updates && yarn dev:save-android-updates && yarn dev:update-example-dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synonymdev/react-native-ldk.git",
"baseUrl": "https://github.com/synonymdev/react-native-ldk"
},
"author": "synonymdev",
"license": "MIT",
"licenseFilename": "LICENSE",
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/node": "^20.14.9",
"@types/react-native": "0.73.0",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2",
"react": "^18.2.0",
"typescript": "^5.5.2"
},
"dependencies": {
"@synonymdev/raw-transaction-decoder": "1.1.0",
"bech32": "^2.0.0",
"bitcoinjs-lib": "^6.0.2"
},
"bugs": {
"url": "https://github.com/synonymdev/react-native-ldk/issues"
},
"homepage": "https://github.com/synonymdev/react-native-ldk#readme",
"resolutions": {
"**/cipher-base": "^1.0.5",
"**/sha.js": "^2.4.12",
"**/base-x": "^3.0.11"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}