-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.57 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.57 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "new-folder",
"version": "1.0.0",
"description": "",
"main": "bundle1.js",
"dependencies": {
"asap": "^2.0.6",
"asynckit": "^0.4.0",
"axios": "^0.26.1",
"body-parser": "^1.20.2",
"buffer-equal-constant-time": "^1.0.1",
"call-bind": "^1.0.2",
"combined-stream": "^1.0.8",
"debug": "^3.1.0",
"delayed-stream": "^1.0.0",
"dezalgo": "^1.0.4",
"ecdsa-sig-formatter": "^1.0.11",
"express": "^4.18.2",
"follow-redirects": "^1.15.2",
"form-data": "^4.0.0",
"formidable": "^2.1.1",
"function-bind": "^1.1.1",
"get-intrinsic": "^1.2.0",
"has": "^1.0.3",
"has-symbols": "^1.0.3",
"hexoid": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"jwa": "^1.4.1",
"jws": "^3.2.2",
"lodash.includes": "^4.3.0",
"lodash.isboolean": "^3.0.3",
"lodash.isinteger": "^4.0.4",
"lodash.isnumber": "^3.0.3",
"lodash.isplainobject": "^4.0.6",
"lodash.isstring": "^4.0.1",
"lodash.once": "^4.1.1",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mongoose": "^7.1.0",
"ms": "^2.1.3",
"multer": "^1.4.5-lts.1",
"object-inspect": "^1.12.3",
"ocr-space-api-wrapper": "^2.2.0",
"once": "^1.4.0",
"openai": "^3.2.1",
"openai-client": "^1.0.0",
"pdfjs": "^2.4.7",
"pdfjs-dist": "^3.5.141",
"qs": "^6.11.1",
"safe-buffer": "^5.2.1",
"semver": "^5.7.1",
"side-channel": "^1.0.4",
"tesseract.js": "^4.0.3",
"wrappy": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}