12345678910111213141516171819202122 |
- {
- "name": "skibidi-hub",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "nodemon index.js"
- },
- "author": "",
- "license": "MIT",
- "dependencies": {
- "@fullerstack/nax-ipware": "^0.10.0",
- "@supabase/supabase-js": "^2.45.1",
- "axios": "^1.7.4",
- "body-parser": "^1.20.2",
- "cookie-parser": "^1.4.6",
- "dotenv": "^16.4.5",
- "ejs": "^3.1.10",
- "express": "^4.19.2",
- "multer": "^1.4.5-lts.1"
- }
- }
|