| 12345678910111213141516171819202122232425 |
- {
- "name": "@serialport/parser-slip-encoder",
- "main": "./dist/index.js",
- "types": "./dist/index.d.ts",
- "scripts": {
- "build": "tsc --build tsconfig-build.json"
- },
- "version": "13.0.0",
- "engines": {
- "node": ">=20.0.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git://github.com/serialport/node-serialport.git"
- },
- "funding": "https://opencollective.com/serialport/donate",
- "devDependencies": {
- "typescript": "5.2.2"
- },
- "gitHead": "701ffd844f0950164da4dda4dca57e94891177a9"
- }
|