package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "serialport",
  3. "version": "13.0.0",
  4. "description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",
  5. "main": "./dist/index.js",
  6. "types": "./dist/index.d.ts",
  7. "scripts": {
  8. "build": "tsc --build tsconfig-build.json"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git://github.com/serialport/node-serialport.git"
  13. },
  14. "keywords": [
  15. "ccTalk",
  16. "com port",
  17. "COM",
  18. "data logging",
  19. "hardware",
  20. "iot",
  21. "johnny-five",
  22. "modem",
  23. "nodebots",
  24. "RFID",
  25. "robotics",
  26. "sensor",
  27. "serial port",
  28. "serial",
  29. "serialport",
  30. "sms gateway",
  31. "sms",
  32. "stream",
  33. "tty",
  34. "UART"
  35. ],
  36. "maintainers": [
  37. {
  38. "name": "Francis Gulotta",
  39. "email": "wizard@roborooter.com",
  40. "url": "https://www.roborooter.com"
  41. },
  42. {
  43. "name": "Nick Hehr",
  44. "email": "headhipster@hipsterbrown.com",
  45. "url": "https://hipsterbrown.com/"
  46. },
  47. {
  48. "name": "Maybe you? Come and help out!",
  49. "url": "https://github.com/node-serialport"
  50. }
  51. ],
  52. "dependencies": {
  53. "@serialport/binding-mock": "10.2.2",
  54. "@serialport/bindings-cpp": "13.0.0",
  55. "@serialport/parser-byte-length": "13.0.0",
  56. "@serialport/parser-cctalk": "13.0.0",
  57. "@serialport/parser-delimiter": "13.0.0",
  58. "@serialport/parser-inter-byte-timeout": "13.0.0",
  59. "@serialport/parser-packet-length": "13.0.0",
  60. "@serialport/parser-readline": "13.0.0",
  61. "@serialport/parser-ready": "13.0.0",
  62. "@serialport/parser-regex": "13.0.0",
  63. "@serialport/parser-slip-encoder": "13.0.0",
  64. "@serialport/parser-spacepacket": "13.0.0",
  65. "@serialport/stream": "13.0.0",
  66. "debug": "4.4.0"
  67. },
  68. "engines": {
  69. "node": ">=20.0.0"
  70. },
  71. "license": "MIT",
  72. "funding": "https://opencollective.com/serialport/donate",
  73. "preferUnplugged": false,
  74. "devDependencies": {
  75. "typescript": "5.2.2"
  76. },
  77. "gitHead": "701ffd844f0950164da4dda4dca57e94891177a9"
  78. }