-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.07 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
{
"name": "ezunpaywall",
"version": "1.2.2",
"description": "",
"main": "index.js",
"author": "felixleo22",
"license": "CeCILL",
"bin": {
"ezunpaywall": "./ezunpaywall",
"ezu": "./ezunpaywall"
},
"scripts": {
"precommit": "npm run lint",
"test": "export NODE_TLS_REJECT_UNAUTHORIZED=0; mocha --timeout 5000"
},
"dependencies": {
"@elastic/elasticsearch": "^7.9.0",
"axios": "^0.20.0",
"cli-progress": "^3.8.2",
"commander": "^6.1.0",
"date-fns": "^2.27.0",
"form-data": "^2.5.1",
"fs-extra": "^9.0.1",
"inquirer": "^7.3.3",
"joi": "^17.5.0",
"lodash.get": "^4.4.2",
"lodash.has": "^4.5.2",
"lodash.isequal": "^4.5.0",
"lodash.set": "^4.3.2",
"lodash.setwith": "^4.3.2",
"papaparse": "^5.3.0",
"readline": "^1.3.0",
"uuid": "^8.3.2",
"winston": "^3.3.3"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.3.0",
"mocha": "^8.4.0"
}
}