-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.35 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "label_test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest --detectOpenHandles --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinterhoo/label_test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sinterhoo/label_test/issues"
},
"homepage": "https://github.com/sinterhoo/label_test#readme",
"dependencies": {
"aws-sdk": "^2.1181.0",
"axios": "^0.27.2",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"curl-to-fetch": "^1.2.1",
"curl-to-node": "^0.1.0",
"date-utils": "^1.2.21",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fecha": "^4.2.3",
"fetch": "^1.1.0",
"fs": "^0.0.1-security",
"googleapis": "^105.0.0",
"got": "^12.2.0",
"method-override": "^3.0.0",
"moment": "^2.29.4",
"mongodb": "^4.8.1",
"mysql2": "^2.3.3",
"node-fetch": "^3.2.9",
"nodemon": "^2.0.19",
"path": "^0.12.7",
"pdf-lib": "^1.17.1",
"pdf-to-png-converter": "^2.2.2",
"pdf2png": "^1.0.5",
"pdftohtmljs": "^0.6.0",
"session-file-store": "^1.5.0"
},
"devDependencies": {
"jest": "^28.1.3",
"supertest": "^6.2.4"
}
}