-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 897 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
35
36
{
"name": "versionmanager",
"version": "1.0.0",
"engines": {
"node": ">=16.17.1"
},
"description": "This is the backend for the version manager",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "sankalp",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-openid-connect": "^2.16.0",
"express-session": "^1.17.3",
"find-config": "^1.0.0",
"http-status": "^1.6.2",
"jsonwebtoken": "^9.0.1",
"mongoose": "^7.3.2",
"mongoose-autopopulate": "^1.0.1",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22",
"passport": "^0.6.0",
"passport-github2": "^0.1.12",
"posthog-node": "^3.1.2",
"redis": "^4.6.8",
"serve": "^14.2.1"
}
}