-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.12 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
{
"name": "fmiproxy",
"version": "1.0.0",
"description": "",
"main": "built/App.js",
"repository": {
"type": "git",
"url": "git+https://github.com/chacal/fmiproxy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chacal/fmiproxy/issues"
},
"homepage": "https://github.com/chacal/fmiproxy#readme",
"dependencies": {
"compression": "^1.7.4",
"cors": "^2.8.5",
"date-fns": "^2.21.3",
"date-fns-timezone": "^0.1.4",
"express": "^4.17.1",
"express-validator": "^6.11.1",
"fs-extra-promise": "^1.0.1",
"geolib": "^3.3.1",
"node-fetch": "^2.6.1",
"partial.lenses": "^14.17.0",
"ramda": "^0.27.1",
"typescript": "^4.3.2",
"victor": "^1.1.0",
"winston": "^3.3.3",
"xml2js": "^0.4.23",
"xmldom": "^0.6.0",
"xpath": "0.0.32"
},
"devDependencies": {
"@types/express": "^4.17.12",
"@types/fs-extra-promise": "^1.0.9",
"@types/lodash": "^4.14.170",
"@types/node": "^14.17.1",
"@types/node-fetch": "^2.5.10",
"@types/ramda": "^0.27.40",
"@types/xml2js": "^0.4.8",
"@types/xmldom": "^0.1.30"
}
}