-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "endegs-anlagenmonitor",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"start": "node ./src/index.js",
"build": "node ./build_html.js",
"env": "node ./create_env.js",
"all": "npm i && clear && node ./create_env.js && node build_html.js && clear && node ./src/index.js",
"all-win": "npm i && cls && node ./create_env.js && node build_html.js && cls && node ./src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EBG-PW/Endegs-AnlagenMonitor.git"
},
"keywords": [
"Endegs"
],
"author": "BolverBlitz",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/EBG-PW/Endegs-AnlagenMonitor/issues"
},
"homepage": "https://github.com/EBG-PW/Endegs-AnlagenMonitor#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-csp-header": "^4.0.0",
"express-rate-limit": "^5.1.3",
"helmet": "^4.2.0",
"joi": "^17.3.0",
"morgan": "^1.10.0",
"ping": "^0.3.0"
}
}