-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.29 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.29 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
{
"name": "@technologiestiftung/parla-document-processor",
"version": "1.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"devDependencies": {
"@technologiestiftung/semantic-release-config": "1.2.4",
"@types/command-line-args": "^5.2.3",
"@types/node": "22.7.7",
"@types/progress": "2.0.7",
"@types/xml2js": "0.4.14",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"eslint": "8.46.0",
"eslint-config-prettier": "9.0.0",
"prettier": "3.3.3",
"tsx": "4.19.1",
"typescript": "5.6.3"
},
"release": {
"extends": "@technologiestiftung/semantic-release-config",
"npmPublish": false,
"branches": [
{
"name": "main"
}
]
},
"dependencies": {
"@opendocsg/pdf2md": "0.1.31",
"pdf-img-convert": "2.0.0",
"tesseract.js": "5.1.1",
"@dqbd/tiktoken": "^1.0.17",
"@supabase/supabase-js": "^2.45.6",
"command-line-args": "^6.0.0",
"exponential-backoff": "3.1.1",
"nodejs-file-downloader": "^4.13.0",
"openai": "4.68.1",
"pdf-lib": "^1.17.1",
"pdf-page-counter": "1.0.3",
"postgres": "^3.4.4",
"progress": "^2.0.3",
"puppeteer": "23.6.0",
"xml2js": "0.6.2"
}
}