@bounceapp/react-native-paypal
Version:
React Native wrapper to bridge PayPal iOS and Android SDK
120 lines (119 loc) • 3.41 kB
JSON
{
"name": "@bounceapp/react-native-paypal",
"private": false,
"license": "MIT",
"version": "0.7.1",
"description": "React Native wrapper to bridge PayPal iOS and Android SDK",
"keywords": [
"expo",
"paypal",
"braintree",
"react-native",
"ios",
"android"
],
"repository": "https://github.com/Bounceapp/react-native-paypal",
"author": "Bounce (https://usebounce.com)",
"bugs": {
"url": "https://github.com/Bounceapp/react-native-paypal/issues"
},
"homepage": "https://github.com/Bounceapp/react-native-paypal#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"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",
"cpp",
"react-native-paypal.podspec",
"!lib/typescript/example",
"!android/build",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"test": "jest --passWithNoTests",
"typecheck": "tsc",
"lint": "npx eslint . --ext .ts,.tsx,.js",
"lint:fix": "npx eslint . --ext .ts,.tsx,.js --fix",
"lint-staged": "lint-staged --allow-empty",
"prepare": "bob build && husky install",
"release": "release-it",
"docs": "yarn typedoc ./src/index.tsx --out ./docs --tsconfig ./tsconfig.json --readme none --sort source-order",
"example": "yarn --cwd example",
"bootstrap": "yarn example && yarn"
},
"devDependencies": {
"@babel/eslint-parser": "7.27.5",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@expo/prebuild-config": "~9.0.0",
"@react-native-community/eslint-config": "3.2.0",
"@release-it/conventional-changelog": "5.1.1",
"@types/eslint": "8.56.12",
"@types/eslint-plugin-prettier": "3.1.3",
"@types/jest": "28.1.8",
"@types/prettier": "2.7.3",
"@types/react": "~19.0.10",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"commitlint": "17.8.1",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-config-universe": "11.3.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-n": "14.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-native": "4.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"expo": "53.0.16",
"husky": "8.0.3",
"jest": "^29.2.1",
"lint-staged": "13.3.0",
"pod-install": "0.3.9",
"prettier": "2.8.8",
"react": "19.0.0",
"react-native": "0.79.5",
"react-native-builder-bob": "0.40.12",
"react-native-svg": "15.11.2",
"release-it": "15.11.0",
"typedoc": "0.28.6",
"typescript": "~5.8.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-svg": "*"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "npx eslint --cache --fix",
"*.{ts,tsx,js,jsx,css,md,json}": "npx prettier --write"
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
}
}