UNPKG

chainway-sensors

Version:
55 lines (54 loc) 1.39 kB
{ "name": "chainway-sensors", "version": "1.0.4", "private": false, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "lint": "eslint .", "start": "react-native start" }, "repository": { "type": "git", "url": "git+https://github.com/mzakk/chainway-sensors.git" }, "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "0.75.2", "@react-native/eslint-config": "0.75.2", "@react-native/metro-config": "0.75.2", "@react-native/typescript-config": "0.75.2", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", "jest": "^29.6.3", "prettier": "2.8.8", "react-test-renderer": "18.3.1", "typescript": "5.0.4" }, "engines": { "node": ">=18" }, "description": "Chainway Sensors library by bigfuzz", "main": "index.ts", "keywords": [ "rfid", "scanner", "barcode-reader-2d", "c66-scanner-react-native", "uhf-scanner", "chainway" ], "author": "bigfuzz", "dependencies": { "react-native": "^0.75.4" }, "license": "ISC", "bugs": { "url": "https://github.com/mzakk/chainway-sensors/issues" }, "homepage": "https://github.com/mzakk/chainway-sensors#readme" }