package.json 718 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "react-native-serialport",
  3. "version": "1.3.0",
  4. "description": "This library is for usb serial port communication on android platforms",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "react-native-serialport",
  11. "android serialport",
  12. "react native usb serialport communication"
  13. ],
  14. "author": "Melih YARIKKAYA",
  15. "license": "MIT",
  16. "peerDependencies": {
  17. "react-native": "^0.59.0"
  18. },
  19. "repository": {
  20. "type": "git",
  21. "url": "https://github.com/melihyarikkaya/react-native-serialport.git"
  22. },
  23. "homepage": "https://github.com/melihyarikkaya/react-native-serialport.git",
  24. "types": "./types/index.d.ts"
  25. }