package.json 586 B

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