Files
sf-monitorizacion-health/package.json
2026-04-27 12:37:01 +02:00

30 lines
688 B
JSON

{
"name": "sf-monitorizacion-health",
"version": "1.0.0",
"description": "",
"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": {
"typescript": "^6.0.3"
},
"dependencies": {
"@types/express": "^5.0.6",
"axios": "^1.15.2",
"express": "^5.2.1",
"tsx": "^4.21.0"
}
}