{
  "name": "avo",
  "version": "3.6.0",
  "type": "module",
  "description": "The command-line interface for Avo",
  "author": "Avo (https://www.avo.app)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/avohq/avo.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/avohq/avo",
  "bin": {
    "avo": "cli.js"
  },
  "engines": {
    "node": ">=14.16"
  },
  "scripts": {
    "postinstall": "node cli.js track-install",
    "prepublishOnly": "npm run build",
    "lint": "eslint cli.ts",
    "format": "prettier --write cli.ts",
    "check-format": "prettier --check cli.ts",
    "build": "tsc",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
  },
  "files": [
    "cli.js",
    "reporter.js",
    "Avo.js"
  ],
  "dependencies": {
    "chalk": "^5.0.1",
    "configstore": "^6.0.0",
    "date-fns": "^2.28.0",
    "got": "^12.1.0",
    "http-shutdown": "^1.2.0",
    "ignore-walk": "^5.0.1",
    "inquirer": "8.2.6",
    "inquirer-fuzzy-path": "^2.3.0",
    "jsonwebtoken": "^9.0.3",
    "load-json-file": "^7.0.1",
    "log-symbols": "^5.1.0",
    "minimatch": "^7.0.0",
    "node-avo-inspector": "^1.0.1",
    "open": "^9.1.0",
    "ora": "^6.0.1",
    "pify": "^6.0.0",
    "portfinder": "^1.0.28",
    "semver": "^7.3.7",
    "update-notifier": "^6.0.2",
    "uuid": "^9.0.0",
    "write": "^2.0.0",
    "write-json-file": "^5.0.0",
    "yargs": "^17.2.1"
  },
  "devDependencies": {
    "@types/ignore-walk": "^4.0.0",
    "@types/jest": "^29.5.14",
    "@types/minimatch": "^5.1.2",
    "@types/node": "^25.3.0",
    "@typescript-eslint/eslint-plugin": "^5.30.5",
    "@typescript-eslint/parser": "^5.30.5",
    "eslint": "^7.32.0 || ^8.2.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^10.0.1",
    "eslint-plugin-import": "^2.25.2",
    "jest": "^29.7.0",
    "prettier": "3.8.1",
    "ts-jest": "^29.4.5",
    "typescript": "^5.0.2"
  },
  "resolutions": {
    "type-fest": "^3.13.1",
    "brace-expansion": "^2.0.2",
    "tmp": "0.2.7",
    "lodash": "4.18.1",
    "ignore-walk/minimatch": "5.1.8",
    "eslint/minimatch": "3.1.4",
    "eslint/**/minimatch": "3.1.4",
    "eslint-plugin-import/minimatch": "3.1.4",
    "jest/**/minimatch": "3.1.4"
  }
}
