Select Git revision
package.json
-
Mohammed Makarati authoredMohammed Makarati authored
This project manages its dependencies using npm.
Learn more
package.json 1.24 KiB
{
"name": "react-native-thermal-receipt-printer-image-qr",
"version": "0.1.11",
"description": "Fork of react-native-thermal-receipt-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",
"test": "jshint hello.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thiendangit/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": "^6.0.3",
"iconv-lite": "^0.6.3",
"string_decoder": "^1.3.0"
},
"peerDependencies": {
"react-native-ping": "*"
},
"author": "thiendangit",
"homepage": "https://github.com/thiendangit/react-native-thermal-receipt-printer-image-qr#readme",
"license": "ISC"
}