package.json 563 B

1234567891011121314151617181920212223242526
  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. "jsonwebtoken": "^9.0.2",
  18. "mysql": "^2.18.1",
  19. "mysql2": "^3.11.5",
  20. "node-run-cmd": "^1.0.1",
  21. "nodemailer": "^6.9.16",
  22. "sqlite3": "^5.1.7",
  23. "swagger-jsdoc": "^6.2.8",
  24. "swagger-ui-express": "^5.0.1"
  25. }
  26. }