{ "name": "sf-monitorizacion-health", "version": "1.0.0", "description": "", "type": "module", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "dev": "tsx src/index.ts", "build": "tsc", "build:esbuild": "esbuild --bundle src/index.ts --outdir=dist --platform=node --format=esm --packages=external && cp -r src/views dist/ ", "start": "node dist/index.js", "migrate": "db-migrate -e .env -m ./deployment/database/migrations/ -t 99.0.0", "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.12", "@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" } }