package.json 378 B

1234567891011121314151617
  1. {
  2. "name": "inigovalentin",
  3. "version": "0.0.1",
  4. "description": "Iñigo Valentin's Website",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Iñigo Valentin",
  10. "license": "GPL-3.0",
  11. "dependencies": {
  12. "cors": "^2.8.5",
  13. "express": "^4.21.1",
  14. "mysql2": "^3.11.3",
  15. "sequelize": "^6.37.4"
  16. }
  17. }