forked from ZiadSheriif/Sa7a7LY
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 897 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
{
"name": "grades-autofiller",
"version": "1.0.0",
"description": "1. [Download Tesseract](https://digi.bib.uni-mannheim.de/tesseract/tesseract-ocr-w64-setup-v5.2.0.20220712.exe)\r 2. pip install pytesseract\r 3. Put in path \r - [video](https://1drv.ms/v/s!Al5IcWk-NkJ9mCv-S59t2ZFan8AU)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZiadSheriif/Image-Processing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZiadSheriif/Image-Processing/issues"
},
"homepage": "https://github.com/ZiadSheriif/Image-Processing#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"body-parser": "^1.20.1",
"express": "^4.18.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20"
}
}