-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 943 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
37
38
39
{
"name": "drchrome-api",
"version": "1.0.0",
"description": "API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/No-det/DrChrome-API.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/No-det/DrChrome-API/issues"
},
"homepage": "https://github.com/No-det/DrChrome-API#readme",
"devDependencies": {
"nodemon": "^2.0.6"
},
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"firebase-admin": "^9.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.8",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"peer": "^0.6.1",
"socket.io": "^3.0.5",
"uuid": "^8.3.2"
}
}