UNPKG

7zip-min

Version:

Standalone cross-platform zip/unzip with 7za

56 lines (55 loc) 1.16 kB
{ "name": "7zip-min", "version": "2.1.0", "description": "Standalone cross-platform zip/unzip with 7za", "main": "index.js", "types": "index.d.ts", "scripts": { "release": "dotenv release-it --", "preview": "release-it --dry-run", "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/onikienko/7zip-min.git" }, "files": [ "index.js", "index.d.ts" ], "keywords": [ "7z", "7zip", "7-zip", "7za", "compress", "decompress", "extract", "lzma", "zip", "gzip", "bzip2", "tar", "pack", "unpack" ], "author": "Mykhailo Onikiienko <michael.onikienko@gmail.com>", "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": { "@release-it/conventional-changelog": "^10.0.0", "@types/fs-extra": "^11.0.4", "ava": "^6.2.0", "dotenv-cli": "^8.0.0", "fs-extra": "^11.3.0", "fsify": "^5.0.0", "glob": "^11.0.1", "release-it": "^18.1.2" } }