{ "name": "sf-monitorizacion-health", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "dev": "tsx src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@git.savefamilygps.net:SaveFamily/sf-monitorizacion-health.git" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@sf-alvar/db-migrate": "^1.0.10", "@types/ejs": "^3.1.5", "@types/express": "^5.0.6", "@types/node": "^25.6.0", "@types/pg": "^8.20.0", "nodemon": "^3.1.14", "ts-node": "^10.9.2", "typescript": "^6.0.3" }, "dependencies": { "axios": "^1.15.2", "dotenv": "^17.4.2", "ejs": "^5.0.2", "express": "^5.2.1", "pg": "^8.20.0", "tsx": "^4.21.0" } }