| 1234567891011121314151617 |
- {
- "name": "inigovalentin",
- "version": "0.0.1",
- "description": "Iñigo Valentin's Website",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Iñigo Valentin",
- "license": "GPL-3.0",
- "dependencies": {
- "cors": "^2.8.5",
- "express": "^4.21.1",
- "mysql2": "^3.11.3",
- "sequelize": "^6.37.4"
- }
- }
|