-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
43 lines (43 loc) · 1021 Bytes
/
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
{
"name": "linked-connections-server",
"version": "1.3.7",
"author": "Julian Rojas",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/linkedconnections/linked-connections-server.git"
},
"bugs": {
"url": "https://github.com/linkedconnections/linked-connections-server/issues"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"accepts": "^1.3.7",
"adm-zip": "^0.5.12",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"cron": "^1.8.1",
"cron-parser": "^2.13.0",
"debug": "^4.3.4",
"del": "^5.1.0",
"express": "^4.17.1",
"fast-csv": "^4.1.1",
"gtfs2lc": "^2.2.1",
"gtfsrt2lc": "^2.1.5",
"jsonld": "^8.1.1",
"md5": "^2.2.1",
"morgan": "^1.9.1",
"n3": "^1.3.5",
"node-watch": "^0.6.3",
"serve-favicon": "^2.5.0",
"stream-json": "^1.7.4",
"undici": "^6.13.0",
"uri-templates": "^0.2.0",
"winston": "^3.2.1"
},
"devDependencies": {
"jest": "^29.7.0"
}
}