UNPKG

react-native-expo-braintree

Version:

React native and expo wrapper around braintree sdk fro android and ios

161 lines (160 loc) 3.91 kB
{ "name": "react-native-expo-braintree", "version": "3.2.0", "description": "React native and expo wrapper around braintree sdk fro android and ios", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/src/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "app.plugin.js", "lib", "android", "ios", "cpp", "*.podspec", "!ios/build", "!android/build", "!android/gradle", "!android/gradlew", "!android/gradlew.bat", "!android/local.properties", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "!**/.*" ], "scripts": { "example": "yarn workspace react-native-expo-braintree-example", "test": "jest", "typecheck": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib", "prepare": "bob build", "release": "release-it" }, "keywords": [ "react-native", "ios", "android", "kotlin", "swift", "expo-braintree", "braintree react-native", "braintree expo", "braintree expo plugin", "braintree ios sdk v6", "braintree swift", "braintree kotlin", "braintree", "paypal", "react-native-paypal", "react-native-braintree", "expo" ], "repository": { "type": "git", "url": "git+https://github.com/msasinowski/react-native-expo-braintree.git" }, "author": "Maciej Sasinowski <maciejsasinowski@gmail.com> (https://github.com/msasinowski)", "license": "MIT", "bugs": { "url": "https://github.com/msasinowski/react-native-expo-braintree/issues" }, "homepage": "https://github.com/msasinowski/react-native-expo-braintree#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@babel/core": "7.25.2", "@commitlint/config-conventional": "^20.2.0", "@eslint/compat": "^1.3.2", "@eslint/eslintrc": "^3.3.1", "@eslint/js": "^9.35.0", "@evilmartians/lefthook": "^2.0.12", "@expo/config-plugins": "10.1.2", "@react-native/eslint-config": "^0.79.6", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^29.5.5", "@types/react": "~19.0.10", "commitlint": "^20.2.0", "del-cli": "^7.0.0", "eol": "0.10.0", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-ft-flow": "^3.0.11", "eslint-plugin-prettier": "^5.5.4", "expo": "^53.0.25", "jest": "^29.7.0", "prettier": "^3.7.4", "react": "19.0.0", "react-native": "0.79.6", "react-native-builder-bob": "^0.40.17", "release-it": "^19.1.0", "turbo": "latest", "typescript": "~5.6.0" }, "resolutions": { "@types/react": "~19.0.10" }, "peerDependencies": { "eol": "*", "expo": ">=53.0.0", "react": "*", "react-native": "*" }, "peerDependenciesMeta": { "expo": { "optional": true } }, "workspaces": [ "example" ], "packageManager": "yarn@3.6.1", "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "$schema": "https://unpkg.com/release-it/schema/release-it.json", "github": { "release": true } }, "eslintIgnore": [ "node_modules/", "lib/" ], "prettier": { "quoteProps": "consistent", "singleQuote": true, "tabWidth": 2, "trailingComma": "es5", "useTabs": false }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }