package.json 709 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@serialport/stream",
  3. "version": "13.0.0",
  4. "main": "./dist/index.js",
  5. "types": "./dist/index.d.ts",
  6. "scripts": {
  7. "build": "tsc --build tsconfig-build.json"
  8. },
  9. "dependencies": {
  10. "@serialport/bindings-interface": "1.2.2",
  11. "debug": "4.4.0"
  12. },
  13. "devDependencies": {
  14. "@serialport/binding-mock": "^10.2.2",
  15. "typescript": "5.2.2"
  16. },
  17. "engines": {
  18. "node": ">=20.0.0"
  19. },
  20. "publishConfig": {
  21. "access": "public"
  22. },
  23. "license": "MIT",
  24. "repository": {
  25. "type": "git",
  26. "url": "git://github.com/serialport/node-serialport.git"
  27. },
  28. "funding": "https://opencollective.com/serialport/donate",
  29. "gitHead": "701ffd844f0950164da4dda4dca57e94891177a9"
  30. }