-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 955 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
{
"name": "express",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev":"nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@veryfi/veryfi-sdk": "^1.2.5",
"axios": "^1.6.5",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.1",
"express": "^4.18.2",
"http-proxy-middleware": "^2.0.6",
"json2xls": "^0.1.2",
"jsonschema": "^1.4.1",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"mysql2": "^3.7.0",
"nodemailer": "^6.9.11",
"officegen": "^0.6.5",
"pdf-img-convert": "^1.2.1",
"pdf-lib": "^1.17.1",
"pdf-parse": "^1.1.1",
"say": "^0.16.0",
"stripe": "^14.22.0",
"tesseract.js": "^5.0.5",
"uuid": "^9.0.1"
}
}