{ "name": "ping_device", "version": "1.0.0", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "nodemon app.js", "prod": "node app.js" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "dotenv": "^16.4.7", "express": "^4.21.2", "ping": "^0.4.4" } }