UNPKG

zipt

Version:

An interactive command line file zip tool

35 lines (34 loc) 659 B
{ "name": "zipt", "version": "1.0.2", "description": "An interactive command line file zip tool", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Files", "Compression", "CLI", "TUI" ], "author": "Elias H", "license": "ISC", "dependencies": { "archiver": "^5.3.1", "chalk": "^5.1.2", "fuzzy": "^0.1.3", "inquirer": "^9.1.4", "inquirer-checkbox-plus-prompt": "^1.0.1" }, "bin": { "zipt": "./index.mjs" }, "repository": { "type": "git", "url": "https://github.com/EliasJRH/zipt.git" }, "files": [ "index.mjs" ] }