-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 912 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": "back-end",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"build": "npm install && cd client && npm install && npm run build",
"install-client": "cd client && npm install",
"build:digitalocean": "npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "^1.4.6",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"express-session": "^1.17.2",
"http-proxy-middleware": "^2.0.3",
"lodash": "^4.17.21",
"mongoose": "^6.2.6",
"mongoose-findorcreate": "^3.0.0",
"passport": "^0.5.2",
"passport-google-oauth20": "^2.0.0",
"telegraf": "^4.5.2"
}
}