UNPKG

expo-esc-pos-utils

Version:

Expo module for ESC/POS printer utilities, supporting image printing and text formatting

57 lines 1.47 kB
{ "name": "expo-esc-pos-utils", "version": "0.1.0", "description": "Expo module for ESC/POS printer utilities, supporting image printing and text formatting", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-esc-pos-utils", "ExpoEscPosUtils", "printer", "esc-pos", "thermal-printer", "receipt-printer" ], "repository": "https://github.com/mastershu/expo-esc-pos-utils", "bugs": { "url": "https://github.com/mastershu/expo-esc-pos-utils/issues" }, "author": "Master Shu <maste2shu@foxmail.com> (MasterShu)", "license": "MIT", "homepage": "https://github.com/mastershu/expo-esc-pos-utils#readme", "dependencies": {}, "devDependencies": { "@types/react": "~19.0.0", "expo-module-scripts": "^4.1.6", "expo": "~53.0.0", "react-native": "0.79.1" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" }, "files": [ "build", "src", "android", "ios", "cpp", "*.podspec", "!**/__tests__", "!**/.*" ] }