UNPKG

@conodene/react-native-thermal-receipt-printer-image-qr

Version:

Fork of react-native-thermal-receipt-printer. A React Native Library to support USB/BLE/Net printer (RN 0.74 support)

65 lines (64 loc) 1.74 kB
{ "name": "@conodene/react-native-thermal-receipt-printer-image-qr", "version": "0.1.87", "description": "Fork of react-native-thermal-receipt-printer. A React Native Library to support USB/BLE/Net printer (RN 0.74 support)", "main": "dist/index.js", "source": "dist/index.js", "scripts": { "pods": "cd example && pod-install --quiet", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn && yarn pods", "build": "rimraf ./dist && tsc", "test": "jshint hello.js" }, "repository": { "type": "git", "url": "https://github.com/herksaw/react-native-thermal-receipt-printer-image-qr" }, "files": [ "dist", "android", "ios", "react-native-thermal-receipt-printer-image-qr.podspec" ], "keywords": [ "react-native", "thermal", "printer", "bluetooth", "net", "printer", "rn", "android", "image", "qr", "base64", "receipt", "bill", "invoice" ], "dependencies": { "buffer": "^5.6.0", "iconv-lite": "^0.6.2", "string_decoder": "^1.3.0" }, "devDependencies": { "@types/jest": "^26.0.10", "@types/node": "^14.6.0", "@types/react": "^16.9.46", "@types/react-native": "^0.63.9", "@types/react-test-renderer": "^16.9.3", "jshint": "^2.13.1", "pod-install": "^0.1.10", "react": "^16.13.1", "react-native": "^0.64.1", "rimraf": "^3.0.2", "typescript": "^4.0.2" }, "peerDependencies": { "@charles-johnson/react-native-ping": "1.2.15" }, "author": "herksaw", "homepage": "https://github.com/herksaw/react-native-thermal-receipt-printer-image-qr#readme", "license": "ISC" }