{
  "name": "careervivid",
  "version": "2.1.38",
  "description": "Official CLI for CareerVivid — AI voice interviews, autonomous job applications, resume editing, and portfolio publishing from your terminal",
  "type": "module",
  "bin": {
    "cv": "dist/index.js",
    "careervivid": "dist/index.js"
  },
  "main": "./dist/index.js",
  "files": [
    "dist",
    "src/apply/browser_sidecar.py",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "node --loader ts-node/esm src/index.ts",
    "start": "node dist/index.js",
    "prepublishOnly": "npm run build",
    "postinstall": "node ./dist/postinstall.js"
  },
  "dependencies": {
    "@google/genai": "1.49.0",
    "boxen": "^8.0.1",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "enquirer": "^2.4.1",
    "google-auth-library": "^10.6.2",
    "gradient-string": "^3.0.0",
    "mermaid": "11.14.0",
    "open": "^10.1.0",
    "ora": "^8.1.0",
    "playwright-core": "1.59.1",
    "semver": "7.7.4",
    "update-notifier": "^7.3.1"
  },
  "devDependencies": {
    "@types/node": "20.19.39",
    "@types/semver": "7.7.1",
    "@types/update-notifier": "6.0.8",
    "ts-node": "^10.9.2",
    "typescript": "^5.4.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "overrides": {
    "braces": "3.0.3",
    "cross-spawn": "7.0.6",
    "cookie": "0.7.2",
    "ajv": "^6.12.6",
    "micromatch": "^4.0.8",
    "ws": ">=7.5.10",
    "axios": ">=1.7.4",
    "uuid": ">=14.0.0"
  },
  "keywords": [
    "careervivid",
    "cli",
    "ai-interview",
    "voice-interview",
    "mock-interview",
    "job-search",
    "developer-tools",
    "publish",
    "portfolio",
    "ai-agent",
    "resume",
    "mcp"
  ],
  "author": "CareerVivid",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Jastalk/CareerVivid.git",
    "directory": "cli"
  },
  "homepage": "https://careervivid.app",
  "bugs": {
    "url": "https://github.com/Jastalk/CareerVivid/issues"
  },
  "publishConfig": {
    "access": "public"
  }
}
