{
  "name": "onezip",
  "version": "7.0.2",
  "description": "pack and extract .zip archives with emitter",
  "type": "module",
  "main": "./lib/onezip.js",
  "exports": "./lib/onezip.js",
  "bin": {
    "onezip": "bin/onezip.js"
  },
  "scripts": {
    "lint": "madrun lint",
    "fresh:lint": "madrun fresh:lint",
    "lint:fresh": "madrun lint:fresh",
    "fix:lint": "madrun fix:lint",
    "test": "madrun test",
    "coverage": "madrun coverage",
    "report": "madrun report",
    "watcher": "madrun watcher",
    "watch:test": "madrun watch:test",
    "watch:coverage": "madrun watch:coverage"
  },
  "dependencies": {
    "currify": "^4.0.0",
    "findit2": "^2.2.3",
    "glob": "^13.0.6",
    "pipe-io": "^4.0.0",
    "try-to-catch": "^4.0.5",
    "yargs-parser": "^22.0.0",
    "yauzl": "^3.1.3",
    "yazl": "^3.3.1"
  },
  "devDependencies": {
    "@cloudcmd/stub": "^5.0.0",
    "@iocmd/wait": "^2.1.0",
    "c8": "^11.0.0",
    "eslint": "^10.0.2",
    "eslint-plugin-putout": "^31.0.1",
    "madrun": "^13.0.0",
    "nodemon": "^3.0.3",
    "putout": "^42.0.18",
    "rimraf": "^6.1.3",
    "supertape": "^12.5.0",
    "try-catch": "^4.0.9"
  },
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/coderaiser/node-onezip"
  },
  "keywords": [
    "extract",
    "zip",
    "unzip",
    "pack"
  ],
  "author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderaiser/node-onezip/issues"
  },
  "homepage": "https://github.com/coderaiser/node-onezip"
}
