-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "innov8ors-ondc-backend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon app.js",
"start": "node app.js",
"build": "npm install && cd client && npm install && npm run build && cd .."
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/vision": "^4.0.3",
"@google/generative-ai": "^0.1.3",
"axios": "^1.6.7",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase-admin": "^12.0.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.7.1",
"puppeteer": "^22.3.0",
"request": "^2.88.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}