-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 937 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
{
"name": "szuru-ocr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node src/index.js"
},
"author": "",
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.1.0"
},
"dependencies": {
"async": "^3.2.4",
"canvas": "^2.11.0",
"comment-json": "^4.2.3",
"dayjs": "^1.11.7",
"got": "^12.5.3",
"json5": "^2.2.3",
"pony-cause": "^2.1.8",
"tesseract.js": "^4.0.2",
"winston": "github:FoxxMD/winston#fbab8de969ecee578981c77846156c7f43b5f01e",
"winston-daily-rotate-file": "^4.7.1",
"winston-duplex": "^0.1.1",
"winston-null": "^2.0.0",
"winston-transport": "^4.5.0",
"yaml": "^2.2.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/triple-beam": "^1.3.2",
"typescript": "^4.9.5"
}
}