-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 929 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
34
35
36
37
38
39
40
41
42
{
"name": "testbook-ocr",
"version": "0.0.0",
"private": true,
"description": "Testbook OCR",
"keywords": [
"ocr"
],
"homepage": "https://github.com/pokusew/testbook-ocr#readme",
"bugs": {
"url": "https://github.com/pokusew/testbook-ocr/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pokusew/testbook-ocr.git"
},
"license": "proprietary",
"author": {
"name": "Martin Endler",
"url": "https://github.com/pokusew"
},
"scripts": {
"tsc": "tsc"
},
"dependencies": {
"@google-cloud/vision": "^4.0.2",
"firebase-admin": "^12.0.0",
"mammoth": "^1.6.0"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/preset-env": "^7.23.6",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.22.15",
"chalk": "^5.3.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.x",
"yarn": "1.x"
}
}