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{
"name": "equalify-iris",
"version": "1.0.0",
"description": "Image-to-Accessible-HTML parsing service (Equalify Iris)",
"type": "module",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/EqualifyEverything/equalify-iris.git"
},
"bugs": {
"url": "https://github.com/EqualifyEverything/equalify-iris/issues"
},
"homepage": "https://github.com/EqualifyEverything/equalify-iris#readme",
"engines": {
"node": ">=24"
},
"scripts": {
"start": "node --use-system-ca --env-file-if-exists=.env src/index.ts",
"dev": "node --use-system-ca --env-file-if-exists=.env --watch src/index.ts",
"typecheck": "tsc --noEmit",
"test": "node --no-sparkplug --test --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./test/spec-with-signals.mjs --test-reporter-destination=stdout \"test/*.test.ts\""
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.682.0",
"@octokit/rest": "^21.0.2",
"axe-core": "4.11.4",
"express": "^4.21.1",
"express-rate-limit": "^8.6.2",
"jsdom": "25.0.1",
"multer": "^2.1.1",
"ulid": "^2.3.0",
"yaml": "^2.6.0"
},
"overrides": {
"qs": "^6.16.0"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jsdom": "^21.1.7",
"@types/multer": "^1.4.12",
"@types/node": "^24.13.4",
"typescript": "^5.6.3"
}
}