-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
56
57
{
"name": "zenodeo",
"version": "2.6.4",
"description": "`nodejs` interface to the Zenodo/BLR community collection",
"main": "index.js",
"repository": "https://github.com/punkish/zenodeo",
"author": {
"name": "Puneet Kishor",
"email": "[email protected]",
"url": "https://punkish.org"
},
"license": "CC0-1.0",
"homepage": "https://zenodeo.org",
"bugs": {
"url": "https://github.com/punkish/zenodeo/issues"
},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.0.0"
},
"dependencies": {
"@hapi/boom": "^9.1.0",
"@hapi/catbox": "^11.1.0",
"@hapi/hapi": "^19.1.1",
"@hapi/inert": "^6.0.1",
"@hapi/joi": "^17.1.1",
"@hapi/vision": "^6.0.0",
"@hapi/wreck": "^17.0.0",
"anylogger": "^1.0.5",
"anylogger-loglevel": "^1.0.0",
"better-sqlite3": "^7.1.0",
"blipp": "^4.0.1",
"catbox-disk": "^3.0.2",
"chalk": "^4.0.0",
"chance": "^1.1.3",
"cheerio": "^1.0.0-rc.3",
"config": "^3.2.4",
"csvjson": "^5.1.0",
"debug": "^4.1.1",
"download": "^7.1.0",
"github-release-notes": "^0.17.1",
"handlebars": "^4.7.6",
"hapi-swagger": "^13.0.0",
"loglevel": "^1.6.8",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"node-stream-zip": "^1.11.2",
"node-unzip-2": "^0.2.8",
"nodemailer": "^6.4.0",
"persistent-cache": "^1.1.1",
"progress": "^2.0.3",
"showdown": "^1.9.1",
"unzip": "^0.1.11",
"wikijs": "^5.5.1"
},
"devDependencies": {}
}