Spaces:
Running
Running
| { | |
| "name": "monitor-stron", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "server.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1", | |
| "start": "node server.js" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "commonjs", | |
| "dependencies": { | |
| "axios": "^1.13.2", | |
| "express": "^5.2.1", | |
| "nodemailer": "^6.10.1", | |
| "pg": "^8.16.3" | |
| }, | |
| "overrides": { | |
| "pg-types": "^4.1.0", | |
| "postgres-interval": "^4.0.2" | |
| } | |
| } | |