12345678910111213141516171819202122232425 |
- {
- "name": "react-native-serialport",
- "version": "1.3.0",
- "description": "This library is for usb serial port communication on android platforms",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "keywords": [
- "react-native-serialport",
- "android serialport",
- "react native usb serialport communication"
- ],
- "author": "Melih YARIKKAYA",
- "license": "MIT",
- "peerDependencies": {
- "react-native": "^0.59.0"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/melihyarikkaya/react-native-serialport.git"
- },
- "homepage": "https://github.com/melihyarikkaya/react-native-serialport.git",
- "types": "./types/index.d.ts"
- }
|