UNPKG

@synonymdev/react-native-ldk

Version:
71 lines (70 loc) 2.73 kB
{ "name": "@synonymdev/react-native-ldk", "title": "React Native LDK", "version": "0.0.158", "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" }