@breeztech/react-native-breez-sdk
Version:
React Native Breez SDK
159 lines (158 loc) • 3.59 kB
JSON
{
"name": "@breeztech/react-native-breez-sdk",
"version": "0.8.1-rc3",
"description": "React Native Breez SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"android",
"ios",
"breez_sdk.podspec",
"!PUBLISHING.md",
"!example",
"!lib/typescript/example",
"!android/.gradle",
"!android/.idea",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it",
"example": "yarn --cwd example",
"pods": "cd example/ios && pod install",
"bootstrap": "rm -rf node_modules && rm -rf example/node_modules && yarn && yarn example && yarn pods"
},
"keywords": [
"react-native",
"ios",
"android",
"breez",
"breez-sdk",
"lightning",
"bitcoin",
"lnurl"
],
"repository": "https://github.com/breez/breez-sdk",
"author": "Ross Savage <hello@satimoto.com> (https://github.com/satimoto)",
"license": "MIT",
"bugs": {
"url": "https://github.com/breez/breez-sdk/issues"
},
"homepage": "https://breez.technology",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@react-native-community/eslint-config": "^3.0.0",
"@release-it/conventional-changelog": "^2.0.0",
"@types/jest": "^29.5.0",
"@types/react": "^18.2.0",
"@types/react-native": "0.73.0",
"commitlint": "^11.0.0",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"jest": "^29.6.0",
"pod-install": "^0.1.0",
"prettier": "^3.0.0",
"react": "18.2.0",
"react-native": "0.76.9",
"react-native-builder-bob": "^0.20.0",
"release-it": "^17.0.3",
"typescript": "^5.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"release-it": {
"git": {
"commitMessage": "chore: release ${version}",
"tagName": "v${version}"
},
"npm": {
"publish": true
},
"github": {
"release": true
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular"
}
}
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "lf",
"printWidth": 150,
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
}
]
}
},
"eslintIgnore": [
"node_modules/",
"lib/"
],
"prettier": {
"endOfLine": "lf",
"printWidth": 150,
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "none"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"dependencies": {}
}