forked from fdnd-task/proof-of-concept
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1.06 KB
/
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
{
"name": "random-studio-lunch-sign-up",
"version": "1.0.0",
"description": "> _Fork_ deze leertaak en ga aan de slag. Onderstaande outline ga je gedurende deze taak in jouw eigen GitHub omgeving uitwerken. De instructie vind je in: [docs/INSTRUCTIONS.md](docs/INSTRUCTIONS.md)",
"main": "server.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Amberhva/Random-Studio-lunch-sign-up.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Amberhva/Random-Studio-lunch-sign-up/issues"
},
"homepage": "https://github.com/Amberhva/Random-Studio-lunch-sign-up#readme",
"dependencies": {
"axios": "^1.4.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"gitignore": "^0.7.0",
"json": "^11.0.0",
"node": "^20.2.0",
"nodemon": "^3.1.7"
}
}