{ "name": "api.leather.inigovalentin.com", "version": "0.1.1", "authorURL": "https://inigovalentin.com", "sourceSite": "Github", "sourceURL": "https://github.com/InigoValentin/leather.inigovalentin.com", "description": "", "main": "src/server.js", "scripts": { "start": "ENV=example node src/server.js", "start-dev": "ENV=development node src/server.js", "start-pro": "ENV=production node src/server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "IƱigo Valentin", "license": "GPL-v3", "dependencies": { "compression": "^1.8.1", "cors": "^2.8.5", "dotenv": "^17.2.3", "express": "^5.1.0", "express-rate-limit": "^8.1.0", "helmet": "^8.1.0", "sqlite3": "^5.1.7" } }