package.json 502 B

1234567891011121314151617181920212223
  1. {
  2. "name": "monitor",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "git@git.jccytech.cn:guoziyun/monitor.git"
  11. },
  12. "author": "guoziyun",
  13. "license": "ISC",
  14. "description": "",
  15. "dependencies": {
  16. "axios": "^1.7.9",
  17. "date-fns": "^4.1.0",
  18. "ejs": "^3.1.10",
  19. "node-cron": "^3.0.3",
  20. "nodemailer": "^6.9.16",
  21. "tencentcloud-sdk-nodejs": "^4.0.1003"
  22. }
  23. }