{ "name": "roshano_boxmodule", "version": "1.0.0", "description": "", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "pm2 start index.js --watch" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "dotenv": "^16.4.5", "express": "^4.20.0", "pm2": "^5.4.2", "serialport": "^12.0.0" } }