-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 892 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 892 Bytes
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
{
"scripts": {
<<<<<<< HEAD
"start": "nodemon server.js"
=======
"start": "node server.js"
>>>>>>> 4eb73263aa397f263d894e5d2b35198f54b3df69
},
"dependencies": {
"@elastic/elasticsearch": "^7.15.0",
"basic-ftp": "^4.6.6",
<<<<<<< HEAD
=======
"body-parser": "^1.20.1",
>>>>>>> 4eb73263aa397f263d894e5d2b35198f54b3df69
"cors": "^2.8.5",
"dayjs": "^1.10.7",
"express": "^4.17.1",
"jsftp": "^2.1.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"mysql": "^2.18.1",
"mysql2": "^2.3.2",
<<<<<<< HEAD
"nodemon": "^2.0.14",
=======
>>>>>>> 4eb73263aa397f263d894e5d2b35198f54b3df69
"redis": "^3.1.2",
"sequelize": "^6.8.0",
"solr-client": "0.9.0",
"winston": "^3.3.3"
<<<<<<< HEAD
=======
},
"devDependencies": {
"prettier": "^2.7.1"
>>>>>>> 4eb73263aa397f263d894e5d2b35198f54b3df69
}
}