forked from fdnd-task/proof-of-concept
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 909 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
{
"name": "de-correspondent-sprint-12-proof-of-concept",
"version": "1.0.0",
"description": "> In deze repository is gewerkt aan een webapplicatie die podcasts aanbied aan de leden van De Correspondent",
"main": "index.js",
"engines": {
"node": "18.x"
},
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "index.js"
},
"author": "Stefan van der Kort",
"license": "ISC",
"repository": {
"type": "git",
"url": "stefan@MacBook-Pro-14-van-Stefan de-correspondent-sprint-12-proof-of-concept"
},
"dependencies": {
"axios": "^1.4.0",
"dotenv": "^16.1.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22",
"redis": "^4.6.6",
"socket-anti-spam": "^2.0.0",
"socket.io": "^4.6.1"
}
}