{
  "name": "dysk-mac",
  "version": "1.0.2",
  "description": "A powerful command-line disk utility for macOS with emoji-enhanced output, SSD/HDD detection, and external drive support",
  "main": "index.js",
  "bin": {
    "dysk-mac": "./index.js"
  },
  "type": "module",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node index.js"
  },
  "keywords": [
    "disk",
    "macos",
    "cli",
    "utility",
    "storage",
    "df",
    "diskutil",
    "ssd",
    "hdd",
    "external-drive",
    "disk-monitor",
    "storage-management",
    "command-line",
    "terminal",
    "disk-usage",
    "homebrew",
    "macos-utility"
  ],
  "author": "nudelx",
  "license": "MIT",
  "dependencies": {
    "cli-table3": "^0.6.3",
    "yargs": "^17.7.2"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nudelx/dysk-mac.git"
  },
  "bugs": {
    "url": "https://github.com/nudelx/dysk-mac/issues"
  },
  "homepage": "https://github.com/nudelx/dysk-mac#readme",
  "os": [
    "darwin"
  ],
  "cpu": [
    "x64",
    "arm64"
  ]
}
