-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "dhbw-webproject",
"version": "1.0.0",
"description": "This is our repository for our DHBW web engineering project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": ".\\build.bat",
"gather_ger_stations": "cd stations && node getData.js",
"fetch_all_ger_data": "cd stations && node fetchYearTempStationData.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Michael-Rienessl/dhbw-webproject.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Michael-Rienessl/dhbw-webproject/issues"
},
"homepage": "https://github.com/Michael-Rienessl/dhbw-webproject#readme",
"dependencies": {
"@types/leaflet": "^1.7.2",
"miniget": "^4.2.1",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"typescript": "^4.3.4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0"
}
}