-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "tlwe2021-nodejs",
"version": "0.0.1",
"description": "beilegecode für das webinar Zeitgemäße APIs mit Node.js entwickeln.",
"contributors": [
{
"name": "Hannes Leutloff",
"email": "hannes.leutloff@thenativeweb.io"
},
{
"name": "Alexander Kampf",
"email": "alexander.kampf@thenativeweb.io"
}
],
"private": false,
"main": "lib/index.js",
"types": "",
"type": "module",
"dependencies": {
"express": "4.17.2",
"express-session": "1.17.2",
"flaschenpost": "5.0.50",
"passport": "0.5.2",
"passport-auth0": "1.4.2",
"processenv": "3.0.9",
"query-string": "7.1.0",
"validate-value": "9.2.0"
},
"devDependencies": {
"assertthat": "6.4.0",
"nodemon": "2.0.15",
"roboter": "12.6.4",
"supertest": "6.2.2"
},
"scripts": {
"start": "nodemon --watch lib --experimental-specifier-resolution=node ./lib/index.js"
},
"repository": {
"type": "git",
"url": "git@github.com:thenativeweb/tlwe2021-nodejs.git"
},
"keywords": [],
"license": "MIT"
}