-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 739 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
{
"name": "eurovisionvotingappserver",
"version": "1.0.0",
"description": "eurovision voting app server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"eurovision",
"voting",
"app"
],
"author": "Apipilikas",
"license": "ISC",
"dependencies": {
"cheerio": "^1.2.0",
"cors": "^2.8.5",
"db-model-handler": "^1.0.2",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"handlebars": "^4.7.8",
"lodash": "^4.17.21",
"mailersend": "^2.6.0",
"mongodb": "^5.5.0",
"nodemailer": "^7.0.13",
"socket.io": "^4.7.2",
"util": "^0.12.5",
"uuid": "^11.1.0"
},
"devDependencies": {
"nodemon": "^3.0.3"
}
}