-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 861 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": "instock-backend",
"version": "1.0.0",
"description": "Instock provides real time inventory management",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@tensorflow/tfjs": "^4.22.0",
"bcrypt": "^5.1.1",
"brain.js": "^2.0.0-beta.24",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"express": "^4.21.1",
"express-session": "^1.18.1",
"googleapis": "^144.0.0",
"install": "^0.13.0",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"npm": "^10.9.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.13.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
}
}