forked from shell-raiser/Parsify-WebApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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
{
"name": "codefiesta-web-app",
"version": "1.0.0",
"description": "Codefiesta solution for problem 1 (also 2, kinda)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shell-raiser/codefiesta-web-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shell-raiser/codefiesta-web-app/issues"
},
"homepage": "https://github.com/shell-raiser/codefiesta-web-app#readme",
"dependencies": {
"@sanskrit-coders/sanscript": "^1.2.2",
"body-parser": "^1.20.0",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.1.0",
"multer": "^1.4.5-lts.1",
"node-tesseract-ocr": "^2.2.1",
"pdf-img-convert": "^1.0.6",
"pdf2images-multiple": "^1.0.16",
"tesseract.js": "^2.1.5"
}
}