{
  "name": "@zygon/cli",
  "version": "0.10.3",
  "description": "A CLI to interract with the Zygon platform through the terminal.",
  "author": "pr0ph3t",
  "license": "All rights reserved",
  "bin": {
    "zygon": "dist/cli.js"
  },
  "main": "src/index.ts",
  "files": [
    "/src",
    "/dist",
    "/readme.md"
  ],
  "scripts": {
    "dev": "tsx --no-deprecation src/cli",
    "format": "prettier src --check --ignore-unknown",
    "lint": "eslint src",
    "typecheck": "tsc --noEmit",
    "build": "swc ./src -d ./dist --strip-leading-paths --delete-dir-on-start",
    "test": "HEADFULL=false ZYGON_API_KEY=real_legit_key API_ENDPOINT=https://api.zygon.tech vitest ./tests/",
    "test:ci": "TEST_DIST=true ZYGON_API_KEY=real_legit_key API_ENDPOINT=https://api.zygon.tech vitest ./tests/",
    "start": "node --no-deprecation dist/cli.js"
  },
  "dependencies": {
    "@commander-js/extra-typings": "^12.1.0",
    "@microsoft/microsoft-graph-types": "^2.40.0",
    "commander": "^12.1.0",
    "csv-parse": "^5.5.6",
    "csv-stringify": "^6.5.1",
    "debug": "^4.3.5",
    "dotenv": "^16.4.5",
    "googleapis": "^140.0.0",
    "ink": "^6.1.0",
    "ink-use-stdout-dimensions": "^1.0.5",
    "playwright": "^1.45.3",
    "playwright-extra": "^4.3.6",
    "pst-extractor": "^1.10.0",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "react": "^19.1.1",
    "ts-node": "^10.9.2",
    "tsx": "^4.20.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.8.0",
    "@swc/cli": "^0.6.0",
    "@swc/core": "^1.7.3",
    "@swc/helpers": "^0.5.12",
    "@types/debug": "^4.1.12",
    "@types/eslint__js": "^8.42.3",
    "@types/jest": "^29.5.14",
    "@types/lodash": "^4.17.13",
    "@types/mock-fs": "^4.13.4",
    "@types/react": "^19.1.9",
    "@vercel/ncc": "^0.38.3",
    "@yao-pkg/pkg": "^6.5.1",
    "eslint": "^9.8.0",
    "jest": "^29.7.0",
    "lodash": "^4.17.21",
    "mock-fs": "^5.5.0",
    "prettier": "^3.3.3",
    "ts-jest": "^29.1.5",
    "typescript": "^5.4.5",
    "typescript-eslint": "^8.0.0",
    "vitest": "^3.2.4"
  }
}
