package.json 352 B

123456789101112131415161718
  1. {
  2. "name": "api",
  3. "version": "1.0.0",
  4. "description": "",
  5. "license": "ISC",
  6. "author": "",
  7. "type": "commonjs",
  8. "main": "app.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "dependencies": {
  13. "express": "^5.1.0",
  14. "mysql2": "^3.14.1",
  15. "sequelize": "^6.37.7",
  16. "sequelize-cli": "^6.6.3"
  17. }
  18. }