{
  "name": "@viyzhu/liepin-cli",
  "version": "0.1.8",
  "description": "猎聘自动化 CLI：批量发消息、自动打招呼、候选人管理、职位搜索。基于 Puppeteer/CDP 驱动本机 Chrome，支持 AI Agent 编排",
  "keywords": [
    "liepin",
    "liepin-cli",
    "猎聘",
    "招聘自动化",
    "hr-automation",
    "recruitment-automation",
    "puppeteer",
    "cdp",
    "chrome-devtools-protocol",
    "cli",
    "agent",
    "ai-agent",
    "自动打招呼",
    "批量发消息",
    "候选人管理",
    "hr-tools"
  ],
  "homepage": "https://github.com/Viy1204/liepin-cli#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Viy1204/liepin-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Viy1204/liepin-cli/issues"
  },
  "type": "module",
  "main": "dist/cli/index.js",
  "types": "dist/cli/index.d.ts",
  "bin": {
    "liepin": "dist/cli/index.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "skills",
    "README.md",
    "AGENTS.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "npm run build && node dist/cli/index.js",
    "capture:search": "node scripts/capture-search.mjs",
    "analyze:capture": "node scripts/analyze-capture.mjs",
    "test": "node --test dist/**/*.test.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "dotenv": "^17.4.2",
    "puppeteer-core": "^24.29.1"
  },
  "devDependencies": {
    "@types/node": "^24.10.0",
    "typescript": "^5.3.3"
  },
  "author": "Viy",
  "license": "GPL-3.0"
}
