-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
{
"name": "librarian",
"type": "module",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts --max_old_space_size=6096 --max-old-space-size=6096",
"build": "tsc"
},
"dependencies": {
"@types/consolidate": "^0.14.4",
"@types/express": "^4.17.21",
"@types/inquirer": "^9.0.3",
"@types/lodash": "^4.14.194",
"@types/mime-types": "^2.1.3",
"@types/node": "^20.1.0",
"chalk": "^5.2.0",
"consolidate": "^1.0.3",
"express": "^4.18.2",
"fs-safe": "^1.2.0",
"inquirer": "^9.2.1",
"lodash": "^4.17.21",
"meilisearch": "^0.35.0",
"mime-types": "^2.1.35",
"mustache": "^4.2.0",
"pdf-text-reader": "^3.0.2",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6",
"tesseract.js": "^5.0.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}