-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "ezunpaywall-enrich",
"version": "1.3.5",
"description": "",
"main": "app.js",
"author": "felixleo22",
"license": "CeCILL",
"scripts": {
"start": "node app.js",
"dev": "nodemon -L -e .js app.js",
"test": "mocha --timeout 3000",
"lint": "eslint --ext .js ."
},
"dependencies": {
"@elastic/elasticsearch": "^7.13.0",
"axios": "^1.5.0",
"config": "^3.3.9",
"cors": "^2.8.5",
"cron": "^2.4.3",
"date-fns": "^2.30.0",
"express": "^4.18.2",
"fs-extra": "^11.1.1",
"graphql": "^16.8.0",
"joi": "^17.10.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"papaparse": "^5.4.1",
"readline": "^1.3.0",
"redis": "^4.6.8",
"rotating-file-stream": "^3.1.1",
"uuid": "^9.0.0",
"winston": "^3.10.0",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"chai": "^4.3.8",
"chai-http": "^4.4.0",
"eslint": "^8.49.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"mocha": "^10.2.0",
"nodemon": "^3.0.1"
}
}