forked from vss-devel/zimmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.08 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
{
"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": {
"commander": "^2.11.0",
"fs-extra": "^3.0.1",
"request-promise-native": "^1.0.5",
"sqlite": "^2.8.0",
"sqlite3": "*",
"cheerio": "*",
"html-minifier": "^3.5.21",
"langs": "^2.0.0",
"encodeurl": "^1.0.1",
"iconv-lite": "^0.4.17",
"quick-lru": "^1.0.0",
"mime-types": "*",
"mmmagic": "*",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"expand-home-dir": "*",
"lzma-native": "*",
"uuid": "*",
"csv-parse": "*",
"mz": "^2.6.0",
"sharp": "^0.17.3",
"generic-pool": "^3.1.7",
"mozjpeg": "*",
"child-process": "*",
"animated-gif-detector": "^1.2.0",
"mime-db": "*"
},
"engines": {
"node": ">=10.4.0"
},
"bin": {
"zimmer": "./zimmer.js",
"wikizimmer": "./wikizimmer.js"
},
"author": "Vadim Shlykahov",
"license": "ISC"
}