{
  "name": "7z-bin",
  "description": "7-Zip full feature precompiled binaries",
  "version": "0.0.8",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mengluorj/7z-bin.git"
  },
  "keywords": [
    "7zip",
    "7z",
    "7zz"
  ],
  "devDependencies": {
    "@types/node": "^20.17.9",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "build": "tsup",
    "watch": "npm run build -- --watch src",
    "prepublish": "npm run build"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "module": "./dist/index.mjs",
  "files": [
    "bin",
    "dist"
  ]
}
