UNPKG

react-native-thermal-receipt-printer

Version:

Fork of react-native-printer. A React Native Library to support USB/BLE/Net printer

54 lines (53 loc) 1.45 kB
{ "name": "react-native-thermal-receipt-printer", "version": "1.2.0-rc.2", "description": "Fork of react-native-printer. A React Native Library to support USB/BLE/Net printer", "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" }, "repository": { "type": "git", "url": "https://github.com/HeligPfleigh/react-native-thermal-receipt-printer.git" }, "files": [ "dist", "android", "ios", "react-native-thermal-receipt-printer.podspec" ], "keywords": [ "react-native", "thermal", "printer", "bluetooth", "net", "printer", "rn", "android" ], "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", "pod-install": "^0.1.10", "react": "^16.13.1", "react-native": "^0.64.1", "rimraf": "^3.0.2", "typescript": "^4.0.2" }, "author": "diandanbao", "homepage": "https://github.com/HeligPfleigh/react-native-thermal-receipt-printer#readme", "license": "ISC" }