package.json 454 B

123456789101112131415161718
  1. {
  2. "name": "test_api",
  3. "version": "1.0.0",
  4. "description": "Тестовое АПИ для демонстрации работы в контейнере",
  5. "license": "ISC",
  6. "author": "kei",
  7. "type": "commonjs",
  8. "main": "index.js",
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "dependencies": {
  13. "express": "^5.1.0",
  14. "mysql2": "^3.14.4",
  15. "sequelize": "^6.37.7",
  16. "sequelize-cli": "^6.6.3"
  17. }
  18. }