-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1020 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": "captcha-onnx-ocr",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"start:dev": "nodemon src/app.js",
"test": "mocha tests/config.test.js",
"test:dev": "nodemon --watch tests --exec 'mocha tests/config.test.js'"
},
"keywords": [
"captcha",
"onnx",
"ocr",
"image-processing"
],
"author": "nullptr",
"license": "MIT",
"dependencies": {
"assert": "^2.1.0",
"axios": "^1.7.9",
"canvas": "^3.0.1",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"mocha": "^11.0.1",
"nodemon": "^3.1.9",
"onnxruntime-node": "^1.20.1",
"pino-pretty": "^13.0.0",
"sharp": "^0.33.5",
"touch": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/meetox80/captcha-onnx-ocr.git"
},
"bugs": {
"url": "https://github.com/meetox80/captcha-onnx-ocr/issues"
},
"homepage": "https://github.com/meetox80/captcha-onnx-ocr/"
}