package.json 779 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "api.leather.inigovalentin.com",
  3. "version": "0.1.2",
  4. "authorURL": "https://inigovalentin.com",
  5. "sourceSite": "Github",
  6. "sourceURL": "https://github.com/InigoValentin/leather.inigovalentin.com",
  7. "description": "",
  8. "main": "src/server.js",
  9. "scripts": {
  10. "start": "ENV=example node src/server.js",
  11. "start-dev": "ENV=development node src/server.js",
  12. "start-pro": "ENV=production node src/server.js",
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "keywords": [],
  16. "author": "Iñigo Valentin",
  17. "license": "GPL-v3",
  18. "dependencies": {
  19. "compression": "^1.8.1",
  20. "cors": "^2.8.5",
  21. "dotenv": "^17.2.3",
  22. "express": "^5.1.0",
  23. "express-rate-limit": "^8.1.0",
  24. "helmet": "^8.1.0",
  25. "sqlite3": "^5.1.7"
  26. }
  27. }