package.json 579 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "@serialport/parser-regex",
  3. "main": "./dist/index.js",
  4. "types": "./dist/index.d.ts",
  5. "version": "13.0.0",
  6. "engines": {
  7. "node": ">=20.0.0"
  8. },
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "license": "MIT",
  13. "scripts": {
  14. "build": "tsc --build tsconfig-build.json"
  15. },
  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. }