UNPKG

react-native-star-io10

Version:

react-native-star-io10 is a library for supporting application development for Star Micronics devices.

46 lines (45 loc) 1.5 kB
{ "name": "react-native-star-io10", "version": "1.9.0", "description": "react-native-star-io10 is a library for supporting application development for Star Micronics devices.", "main": "index.ts", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "clean": "rimraf node_modules && rimraf yarn.lock && rimraf package-lock.json && rimraf ios/Pods && rimraf ios/Podfile.lock && rimraf ios/build && rimraf android/app/build && rimraf windows/x64 && rimraf windows/StarIO10/packages.lock.json" }, "repository": { "type": "git", "url": "git+https://github.com/star-micronics/react-native-star-io10.git", "baseUrl": "https://github.com/star-micronics/react-native-star-io10" }, "keywords": [ "typescript", "react-native", "printer", "pos", "receipt-printer", "star-micronics" ], "author": { "name": "Star Micronics Co., Ltd.", "email": "sp_tsales@star-m.jp" }, "license": "SEE LICENSE IN LICENSE", "licenseFilename": "LICENSE", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/star-micronics/react-native-star-io10/issues" }, "homepage": "https://github.com/star-micronics/react-native-star-io10", "peerDependencies": { "@types/react-native": "^0.71.3", "react": "^18.2.0", "react-native": ">=0.60.0-rc.0 <1.0.x" }, "devDependencies": { "react": "19.0.0", "react-native": "^0.78.2", "react-native-windows": "^0.78.4" } }