18 lines
354 B

3 weeks ago
  1. {
  2. "name": "becompro",
  3. "version": "1.0.0",
  4. "description": "",
  5. "license": "ISC",
  6. "author": "arfan",
  7. "type": "module",
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "dependencies": {
  13. "cors": "^2.8.5",
  14. "express": "^4.21.2",
  15. "mysql2": "^3.12.0",
  16. "sequelize": "^6.37.5"
  17. }
  18. }