{
  "name": "zhilian-auto-hi",
  "version": "1.1.3",
  "main": "dist/index.js",
  "bin": {
    "zhilian-auto-hi": "./bin/cli.js"
  },
  "files": [
    "dist/**/*",
    "bin/**/*",
    "config.example.json",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "ts-node ./src/index.ts",
    "test": "jest",
    "prepublishOnly": "npm run build",
    "prepack": "npm run build",
    "postpack": "rimraf dist",
    "publish-check": "node scripts/publish-check.js",
    "test-cli": "node scripts/test-cli.js"
  },
  "keywords": [
    "zhilian",
    "zhaopin",
    "automation",
    "recruitment",
    "job",
    "cli"
  ],
  "author": "",
  "license": "ISC",
  "description": "智联招聘自动打招呼工具 - 自动化招聘流程的命令行工具",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/your-username/zhilian-auto-hi.git"
  },
  "bugs": {
    "url": "https://github.com/your-username/zhilian-auto-hi/issues"
  },
  "homepage": "https://github.com/your-username/zhilian-auto-hi#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@types/yauzl": "^2.10.3",
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "ora": "^8.2.0",
    "playwright": "^1.54.1",
    "playwright-extra": "^4.3.6",
    "puppeteer-extra-plugin-stealth": "^2.11.2",
    "ts-node": "^10.9.2",
    "yauzl": "^3.2.0"
  },
  "devDependencies": {
    "@types/jest": "^30.0.0",
    "@types/node": "^24.0.15",
    "jest": "^30.0.4",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.4.0",
    "typescript": "^5.8.3"
  }
}
