-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 863 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
{
"name": "scantextpdf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.19.0",
"brain.js": "^2.0.0-alpha.9",
"compromise": "^12.1.0",
"micro": "^9.3.4",
"microrouter": "^3.1.3",
"nodemon": "^2.0.1",
"pdf-parse": "^1.1.1",
"pdf.js": "^0.1.0",
"pdfjs": "^2.3.2",
"pdfjs-dist": "^2.2.228",
"uuid": "^3.3.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "micro",
"dev": "micro dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/huudangdev/scanPDFtoQuestions.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/huudangdev/scanPDFtoQuestions/issues"
},
"homepage": "https://github.com/huudangdev/scanPDFtoQuestions#readme"
}