-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
47 lines (47 loc) · 1.14 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
{
"name": "@sensebox/opensensemap-api",
"version": "0.0.0",
"description": "openSenseMap HTTP REST API",
"license": "MIT",
"author": "Matthias Pfeil",
"contributors": [
"Christoph Kisfeld",
"Gerald Pape",
"Norwin Roosen",
"Umut Tas",
"Felix Erdmann"
],
"dependencies": {
"@sensebox/opensensemap-api-models": "3.3.0",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/hex-grid": "^6.5.0",
"@turf/square-grid": "^6.5.0",
"@turf/triangle-grid": "^6.5.0",
"apicache": "^1.6.2",
"config": "^3.3.6",
"csv-stringify": "^6.5.1",
"dashify": "^2.0.0",
"got": "^11.8.2",
"honeybadger": "^1.4.0",
"isemail": "^3.0.0",
"jsonwebtoken": "^9.0.0",
"millify": "^6.1.0",
"moment": "^2.29.4",
"ms": "^2.1.3",
"pino": "^9.3.2",
"pino-http": "^10.2.0",
"restify": "11.1.0",
"restify-errors": "^8.0.2",
"simple-statistics": "^7.7.0",
"stringify-stream": "^1.0.5",
"uuid": "^8.3.2"
},
"private": true,
"devDependencies": {
"csv-parse": "^4.15.4"
}
}