UNPKG

je_nfc_sdk

Version:

A comprehensive React Native SDK for NFC-based device control and communication

69 lines 1.87 kB
{ "name": "je_nfc_sdk", "version": "2.0.8", "description": "A comprehensive React Native SDK for NFC-based device control and communication", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "build:watch": "tsc --watch", "prepare": "npm run build", "lint": "eslint . --ext .ts,.tsx", "type-check": "tsc --noEmit" }, "keywords": [ "nfc", "react-native", "sdk", "iso-dep", "apdu", "irrigation", "iot", "solenoid", "control-screen", "frame-server" ], "author": "ilam", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/your-repo/je_nfc_sdk.git" }, "bugs": { "url": "https://github.com/your-repo/je_nfc_sdk/issues" }, "homepage": "https://github.com/your-repo/je_nfc_sdk#readme", "files": [ "dist", "README.md", "LICENSE" ], "peerDependencies": { "react": ">=18.0.0", "react-native": ">=0.71.0", "react-native-nfc-manager": ">=3.11.0", "react-native-safe-area-context": ">=5.4.0", "react-native-screens": ">=4.10.0", "react-native-linear-gradient": ">=2.8.0", "react-native-vector-icons": ">=10.0.0", "@react-native-picker/picker": ">=2.11.0", "@react-native-community/datetimepicker": ">=8.3.0" }, "devDependencies": { "@types/react": "^18.0.0", "@types/react-native": "^0.71.0", "react": "^18.0.0", "react-native": "^0.71.0", "react-native-nfc-manager": "^3.11.0", "react-native-safe-area-context": "^5.4.0", "react-native-screens": "^4.10.0", "react-native-linear-gradient": "^2.8.0", "react-native-vector-icons": "^10.0.0", "@react-native-picker/picker": "^2.11.0", "@react-native-community/datetimepicker": "^8.3.0", "typescript": "^5.0.0" }, "engines": { "node": ">=16.0.0" } }