{
  "name": "zzup",
  "version": "0.1.1",
  "description": "Zondax Zzuper Updates",
  "homepage": "zondax.ch",
  "license": "UNLICENSED",
  "author": "Zondax AG <hello@zondax.ch>",
  "bin": "src/main.ts",
  "scripts": {
    "deps:update": "bunx npm-check-updates -u -t semver && bun install",
    "format": "FORCE_COLOR=1 prettier --write . && sort-package-json",
    "format:check": "FORCE_COLOR=1 prettier --check .",
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "vitest run",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "test:watch": "vitest"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.772.0",
    "@types/inquirer": "^9.0.7",
    "@types/which": "^3.0.4",
    "axios": "^1.8.4",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "create-temp-directory": "^2.4.0",
    "handlebars": "^4.7.8",
    "inquirer": "^12.5.0",
    "isomorphic-git": "^1.30.1",
    "js-yaml": "^4.1.0",
    "nodejs-file-downloader": "^4.13.0",
    "semver": "^7.7.1",
    "table": "^6.9.0",
    "which": "^5.0.0",
    "yaml": "^2.7.0",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
    "@types/js-yaml": "^4.0.9",
    "@types/node": "^22.13.11",
    "@types/semver": "^7.5.8",
    "@types/table": "^6.3.2",
    "@typescript-eslint/eslint-plugin": "^8.27.0",
    "@typescript-eslint/parser": "^8.27.0",
    "@vitest/coverage-v8": "^3.0.9",
    "@vitest/expect": "^3.0.9",
    "@vitest/ui": "^3.0.9",
    "eslint": "^9.23.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-config-standard-with-typescript": "^43.0.1",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-tsdoc": "^0.4.0",
    "eslint-plugin-unused-imports": "^4.1.4",
    "prettier": "^3.5.3",
    "typescript": "^5.8.2",
    "vitest": "^3.0.9"
  },
  "volta": {
    "node": "20.11.1",
    "bun": "1.1.37"
  },
  "publishConfig": {
    "access": "public"
  }
}
