-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "archival-iiif-server",
"version": "2.2.0",
"private": true,
"type": "module",
"scripts": {
"start": "node --env-file=.env src/app.ts",
"test": "mocha --node-option env-file=.test.env --extension ts test --recursive"
},
"dependencies": {
"@archival-iiif/presentation-builder": "1.5.3",
"@elastic/elasticsearch": "8.19.1",
"@koa/router": "15.4.0",
"@types/chai": "5.2.3",
"@types/fs-extra": "11.0.4",
"@types/koa": "3.0.2",
"@types/koa__router": "12.0.5",
"@types/koa-bodyparser": "4.3.13",
"@types/koa-compress": "4.0.7",
"@types/koa-json": "2.0.24",
"@types/koa-morgan": "1.0.9",
"@types/koa-send": "4.1.6",
"@types/mime-types": "3.0.1",
"@types/mocha": "10.0.10",
"@types/node": "24.12.2",
"@types/node-cron": "3.0.11",
"@types/sinon": "21.0.1",
"@types/sinon-chai": "4.0.0",
"cacheable-lookup": "7.0.0",
"chokidar": "5.0.0",
"dayjs": "1.11.20",
"file-icon-vectors": "github:dmhendricks/file-icon-vectors",
"iconv-lite": "0.7.2",
"iiif-explorer": "1.0.8",
"koa": "3.2.0",
"koa-bodyparser": "4.4.1",
"koa-compress": "5.2.1",
"koa-json": "2.0.2",
"koa-morgan": "1.0.1",
"koa-send": "5.0.1",
"libxml2-wasm": "0.7.1",
"mediainfo.js": "0.3.7",
"mime-types": "3.0.2",
"node-cron": "4.2.1",
"pdf-lib": "1.17.1",
"range_check": "4.1.0",
"redis": "5.12.1",
"undici": "8.1.0",
"winston": "3.19.0"
},
"devDependencies": {
"chai": "6.2.2",
"mocha": "11.7.5",
"sinon": "21.1.2",
"sinon-chai": "4.0.1",
"typescript": "6.0.2"
}
}