-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 903 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 903 Bytes
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
35
36
{
"name": "procure-hub-be",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"add-admin": "node src/scripts/addAdmin.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@supabase/supabase-js": "^2.49.4",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"express-validator": "^7.2.1",
"jsonwebtoken": "^9.0.2",
"ml-logistic-regression": "^2.0.0",
"ml-regression-multivariate-linear": "^2.0.4",
"multer": "^1.4.5-lts.2",
"nodemailer": "^7.0.3",
"nodemon": "^3.1.9",
"pg": "^8.14.1",
"pg-hstore": "^2.3.4",
"redis": "^4.7.0",
"sequelize": "^6.37.7",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1"
},
"devDependencies": {
"sequelize-cli": "^6.6.2"
}
}