-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
53 lines (53 loc) · 1.11 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
{
"name": "zimmer",
"version": "0.3.0-test",
"description": "Zim file packer",
"main": "zimmer.js",
"scripts": {
"test": "echo no tests"
},
"private": true,
"keywords": [
"mediawiki",
"zim",
"pack"
],
"dependencies": {
"animated-gif-detector": "^1.2.0",
"cheerio": "*",
"child-process": "*",
"commander": "^2.20.3",
"csv-parse": "*",
"encodeurl": "^1.0.1",
"expand-home-dir": "*",
"fs-extra": "^3.0.1",
"generic-pool": "^3.1.7",
"html-minifier": "^3.5.21",
"iconv-lite": "^0.4.17",
"langs": "^2.0.0",
"lzma-native": "^5.0.0",
"mime-db": "*",
"mime-types": "*",
"mmmagic": "*",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"mozjpeg": "*",
"mz": "^2.6.0",
"quick-lru": "^1.0.0",
"request": "*",
"request-promise-native": "^1.0.5",
"sharp": "^0.22.1",
"sqlite": "^2.8.0",
"sqlite3": "*",
"uuid": "^3.4.0"
},
"engines": {
"node": ">=10.4.0"
},
"bin": {
"zimmer": "./zimmer.js",
"wikizimmer": "./wikizimmer.js"
},
"author": "Vadim Shlykahov",
"license": "ISC"
}