package.json 473 B

12345678910111213141516171819202122
  1. {
  2. "name": "skibidi-hub",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "nodemon index.js"
  8. },
  9. "author": "",
  10. "license": "MIT",
  11. "dependencies": {
  12. "@fullerstack/nax-ipware": "^0.10.0",
  13. "@supabase/supabase-js": "^2.45.1",
  14. "axios": "^1.7.4",
  15. "body-parser": "^1.20.2",
  16. "cookie-parser": "^1.4.6",
  17. "dotenv": "^16.4.5",
  18. "ejs": "^3.1.10",
  19. "express": "^4.19.2",
  20. "multer": "^1.4.5-lts.1"
  21. }
  22. }