react-native-passkit-apple-pay
Version:
A React Native library for integrating Apple Pay with Conekta payment processor using PassKit framework
113 lines (112 loc) • 2.64 kB
JSON
{
"name": "react-native-passkit-apple-pay",
"version": "1.0.0-beta",
"description": "A React Native library for integrating Apple Pay with Conekta payment processor using PassKit framework",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
"types": "lib/typescript/src/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"files": [
"src",
"lib",
"ios",
"react-native-passkit-apple-pay.podspec",
"README.md",
"!lib/typescript/example",
"!ios/build",
"!**/__tests__",
"!**/__fixtures__",
"!**/__mocks__"
],
"scripts": {
"test": "jest",
"typescript": "tsc --noEmit",
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"prepare": "bob build",
"release": "release-it"
},
"keywords": [
"react-native",
"ios",
"apple-pay",
"passkit",
"payments",
"mobile-payments",
"apple",
"conekta",
"payment-processor",
"mexico",
"latam"
],
"repository": {
"type": "git",
"url": "git+https://github.com/conekta/react-native-passkit-apple-pay.git"
},
"author": "Conekta <developers@conekta.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/conekta/react-native-passkit-apple-pay/issues"
},
"homepage": "https://github.com/conekta/react-native-passkit-apple-pay#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "^18.2.6",
"@types/react-native": "^0.72.0",
"eslint": "^7.2.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"prettier": "^2.0.5",
"react": "18.2.0",
"react-native": "0.73.0",
"react-native-builder-bob": "^0.18.0",
"typescript": "^4.1.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "yarn@1.22.15",
"jest": {
"preset": "react-native",
"modulePathIgnorePatterns": [
"<rootDir>/example/node_modules",
"<rootDir>/lib/"
]
},
"eslintConfig": {
"root": true,
"extends": [
"@react-native-community",
"prettier"
],
"rules": {
"prettier/prettier": [
"error",
{
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false
}
]
}
},
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
"typescript"
]
}
}