{
  "name": "cross-7zip",
  "version": "1.2.0",
  "description": "Cross-platform 7-Zip for Node.js",
  "keywords": [
    "7-Zip",
    "7zip",
    "cross-platform",
    "linux",
    "macos",
    "windows"
  ],
  "license": "MIT",
  "author": "Róbert Darida",
  "homepage": "https://rdarida.github.io/cross-7zip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rdarida/cross-7zip.git"
  },
  "bugs": {
    "url": "https://github.com/rdarida/cross-7zip/issues"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "cross-7zip": "./dist/cli.js",
    "seven": "./dist/cli.js"
  },
  "files": [
    "7zip",
    "dist",
    "install.js"
  ],
  "scripts": {
    "postinstall": "node ./install.js",
    "lint": "tsc",
    "prettier": "prettier . --check",
    "pretest": "rimraf coverage",
    "test": "jest",
    "prebuild": "rimraf dist",
    "build": "tsup ./src/index.ts ./src/cli.ts --format cjs --dts --minify",
    "prepublishOnly": "npm run build",
    "release": "standard-version",
    "postrelease": "git push --follow-tags origin HEAD",
    "predocs": "rimraf docs",
    "docs": "typedoc"
  },
  "dependencies": {
    "rimraf": "^6.0.1",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.2",
    "@types/yargs": "^17.0.33",
    "jest": "^29.7.0",
    "jest-config": "^29.7.0",
    "prettier": "^3.4.2",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.2.5",
    "tsup": "^8.3.5",
    "typedoc": "^0.28.0",
    "typescript": "^5.7.2"
  }
}
