-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
45 lines (45 loc) · 952 Bytes
/
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": "7zip-min",
"version": "1.4.5",
"description": "Standalone cross-platform zip/unzip with 7za",
"main": "index.js",
"scripts": {
"release": "np --no-yarn --no-cleanup",
"preview": "np --no-yarn --no-cleanup --preview",
"test": "ava"
},
"repository": {
"type": "git",
"url": "https://github.com/onikienko/7zip-min.git"
},
"keywords": [
"7z",
"7zip",
"7-zip",
"7za",
"compress",
"decompress",
"extract",
"lzma",
"zip",
"gzip",
"bzip2",
"tar"
],
"author": "Mykhailo Onikiienko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/onikienko/7zip-min/issues"
},
"homepage": "https://github.com/onikienko/7zip-min#readme",
"dependencies": {
"7zip-bin": "5.1.1"
},
"devDependencies": {
"ava": "^4.0.1",
"fs-extra": "^11.1.0",
"fsify": "^5.0.0",
"glob": "^8.0.1",
"np": "^7.6.0"
}
}