package.json 478 B

123456789101112131415161718192021
  1. {
  2. "name": "w4ab",
  3. "version": "1.0.0",
  4. "description": "Bienvenue dans ce module de programmation web :-)",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@git.unistra.fr:clement.krebs/w4ab.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "dependencies": {
  16. "body-parser": "^1.19.0",
  17. "express": "^4.17.1",
  18. "mysql2": "^2.1.0",
  19. "sequelize": "^5.21.3"
  20. }
  21. }