File size: 398 Bytes
7f6dd09
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "intelli-credit-backend",
  "type": "module",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "node --watch src/index.js"
  },
  "dependencies": {
    "@hono/node-server": "^1.19.11",
    "@supabase/supabase-js": "^2.98.0",
    "axios": "^1.13.6",
    "dotenv": "^17.3.1",
    "hono": "^4.12.5",
    "multer": "^2.1.1",
    "uuid": "^13.0.0"
  }
}