| 1234567891011121314151617181920212223 |
- {
- "name": "monitor",
- "version": "1.0.0",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@git.jccytech.cn:guoziyun/monitor.git"
- },
- "author": "guoziyun",
- "license": "ISC",
- "description": "",
- "dependencies": {
- "axios": "^1.7.9",
- "date-fns": "^4.1.0",
- "ejs": "^3.1.10",
- "node-cron": "^3.0.3",
- "nodemailer": "^6.9.16",
- "tencentcloud-sdk-nodejs": "^4.0.1003"
- }
- }
|