-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "bae-cockpit-server",
"version": "0.0.6",
"description": "Server für die Cockpit Application",
"main": "index.ts",
"scripts": {
"build": "tsc",
"copy": "cp -R src/config dist-server/src/config",
"start": "node dist-server/src/index.js"
},
"keywords": [],
"author": "Peter Hornburger",
"license": "All right's by Peter Hornburger",
"dependencies": {
"@azure/identity": "^3.1.3",
"@azure/msal-common": "^11.0.0",
"@azure/msal-node": "^1.16.0",
"@microsoft/microsoft-graph-client": "^3.0.5",
"@types/config": "^3.3.0",
"@types/express": "^4.17.14",
"@types/jsonwebtoken": "^8.5.9",
"@types/lodash": "^4.14.192",
"@types/node": "^18.11.9",
"@types/passport": "^1.0.12",
"@types/passport-azure-ad": "^4.3.1",
"concurrently": "^7.6.0",
"config": "^3.3.9",
"convertapi": "^1.14.0",
"cors": "^2.8.5",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"helmet": "^6.0.0",
"isomorphic-fetch": "^3.0.0",
"jimp": "^0.22.10",
"joi": "^17.6.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^3.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^5.13.15",
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-azure-ad": "^4.3.4",
"playwright-chromium": "^1.39.0",
"protractor": "^7.0.0",
"sharp": "^0.33.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"uuid": "^9.0.0",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/puppeteer": "^7.0.4"
}
}