{
  "name": "zerohost-cli",
  "version": "1.1.1",
  "description": "Command-line interface for ZeroHost ephemeral text sharing",
  "main": "src/index.js",
  "bin": {
    "zerohost": "./bin/zerohost.js",
    "zh": "./bin/zerohost.js"
  },
  "scripts": {
    "start": "node bin/zerohost.js",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "build": "node scripts/build.js",
    "dev": "nodemon bin/zerohost.js",
    "lint": "eslint src/ bin/ test/",
    "format": "prettier --write src/ bin/ test/",
    "prepublishOnly": "npm run lint",
    "postinstall": "echo 'ZeroHost CLI installed! Run: zerohost --help'"
  },
  "keywords": [
    "cli",
    "ephemeral",
    "sharing",
    "privacy",
    "security",
    "pastebin",
    "text-sharing",
    "developer-tools"
  ],
  "author": "ZeroHost",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zerohost-official/cli.git"
  },
  "bugs": {
    "url": "https://github.com/zerohost-official/cli/issues"
  },
  "homepage": "https://zerohost.net",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "boxen": "^5.1.2",
    "chalk": "^4.1.2",
    "clipboardy": "^2.3.0",
    "commander": "^11.1.0",
    "configstore": "^5.0.1",
    "inquirer": "^8.2.6",
    "ora": "^5.4.1",
    "qrcode-terminal": "^0.12.0",
    "update-notifier-cjs": "^5.1.7"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/jest": "^29.5.0",
    "eslint": "^9.26.0",
    "jest": "^29.7.0",
    "nock": "^13.4.0",
    "nodemon": "^3.0.0",
    "prettier": "^3.1.0"
  },
  "files": [
    "src/",
    "bin/",
    "docs/",
    "README.md",
    "LICENSE"
  ],
  "preferGlobal": true
}
