Spaces:
Running
Running
File size: 486 Bytes
27ae1fd 53d4aa8 27ae1fd 68937bc 27ae1fd | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"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"
}
}
|