| 12345678910111213141516171819202122 |
- {
- "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": {
- "bcryptjs": "^2.4.3",
- "cors": "^2.8.5",
- "dotenv": "^16.4.5",
- "express": "^4.21.1",
- "jsonwebtoken": "^9.0.2",
- "mysql2": "^3.11.3",
- "pine": "^1.1.1",
- "sequelize": "^6.37.4",
- "sha1": "^1.1.1"
- }
- }
|