package.json 652 B

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