-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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": "linked-connections-server",
"version": "1.4.2",
"author": "Julian Rojas",
"license": "MIT",
"type": "module",
"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": "NODE_OPTIONS=--experimental-vm-modules npx jest",
"test-ci": "NODE_OPTIONS=--experimental-vm-modules npx jest --ci"
},
"dependencies": {
"accepts": "^1.3.8",
"adm-zip": "^0.5.16",
"body-parser": "^1.20.3",
"cookie-parser": "^1.4.7",
"cron": "^3.3.2",
"cron-parser": "^4.9.0",
"debug": "^4.4.0",
"del": "^8.0.0",
"express": "^4.21.2",
"fast-csv": "^5.0.2",
"gtfs2lc": "^2.3.0",
"gtfsrt2lc": "^2.2.1",
"jsonld": "^8.3.3",
"md5": "^2.3.0",
"morgan": "^1.10.0",
"n3": "^1.23.1",
"node-watch": "^0.7.4",
"rdf-data-factory": "^1.1.2",
"serve-favicon": "^2.5.0",
"stream-json": "^1.9.1",
"undici": "^7.2.0",
"uri-templates": "^0.2.0",
"winston": "^3.17.0"
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"jest": "^29.7.0"
}
}