UNPKG

@cardql/react-native-tap

Version:

CardQL SDK for React Native tap-to-pay for secure in-person payments

66 lines (65 loc) 1.53 kB
{ "name": "@cardql/react-native-tap", "version": "1.0.1", "description": "CardQL SDK for React Native tap-to-pay for secure in-person payments", "main": "./dist/index.js", "module": "./dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist/**/*", "src/**/*" ], "scripts": { "build": "tsup src/index.ts --format cjs,esm --clean --external react,react-native", "dev": "tsup src/index.ts --format cjs,esm --dts --watch --external react,react-native", "clean": "rimraf dist", "typecheck": "tsc --noEmit" }, "keywords": [ "cardql", "payments", "react-native", "payment-terminal", "tap-to-pay", "nfc", "contactless", "in-person", "point-of-sale", "mobile-payments", "sdk", "fintech" ], "author": "CardQL Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/cardql/cardql.git", "directory": "sdk/react-native-tap" }, "dependencies": { "@cardql/core": "^1.0.1", "@cardql/react-native": "^1.0.1", "@stripe/stripe-terminal-react-native": "^0.0.1-beta.25" }, "devDependencies": { "@types/react": "^18.3.17", "typescript": "^5.8.3", "tsup": "^8.3.5", "rimraf": "^6.0.1" }, "peerDependencies": { "react": ">=16.8.0", "react-native": ">=0.60.0" }, "optionalDependencies": { "react-native-nfc-manager": "^3.14.0" }, "engines": { "node": ">=18.0.0" } }