package.json 509 B

123456789101112131415161718192021222324
  1. {
  2. "name": "instrunet_backend",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "node main.js"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "MIT",
  11. "description": "",
  12. "dependencies": {
  13. "body-parser": "^1.20.3",
  14. "express": "^4.21.1",
  15. "html-entities": "^2.5.2",
  16. "https": "^1.0.0",
  17. "mysql2": "^3.11.5",
  18. "node-run-cmd": "^1.0.1",
  19. "nodemailer": "^6.9.16",
  20. "sqlite3": "^5.1.7",
  21. "swagger-jsdoc": "^6.2.8",
  22. "swagger-ui-express": "^5.0.1"
  23. }
  24. }