-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
44 lines (44 loc) · 938 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
{
"name": "plzmasdk",
"version": "1.4.7",
"description": "(Portable, Patched, Package, cross-P-latform) Lzma SDK, libplzma",
"author": "Oleh Kulykov <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"keywords": [
"PLzmaSDK",
"lzma",
"7z",
"7zip",
"xz",
"tar",
"tar.xz",
"compression",
"decompression",
"password-protected"
],
"main": "index.js",
"scripts": {
"install": "node-gyp clean configure build --jobs 4 --release",
"dev_install": "node-gyp build --jobs 4 --release",
"test": "node node_tests/tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/OlehKulykov/PLzmaSDK.git"
},
"engines": {
"node": ">=13.0.0",
"npm": ">=6.0.0"
},
"devDependencies": {},
"gypfile": true,
"files": [
"node",
"node_tests",
"src",
"binding.gyp",
"index.js",
"libplzma.h",
"libplzma.hpp"
]
}