{ "name": "serial-debug", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "start": "ts-node src/index.ts" }, "dependencies": { "serialport": "^10.5.0" }, "devDependencies": { "typescript": "^5.8.2", "ts-node": "^10.9.2" } }