{
  "name": "@jsonresume/job-search",
  "version": "0.7.0",
  "type": "module",
  "description": "Search Hacker News jobs matched against your JSON Resume",
  "bin": {
    "jsonresume-jobs": "./bin/cli.js",
    "jobs": "./bin/cli.js"
  },
  "files": [
    "bin",
    "src",
    "skills",
    "README.md"
  ],
  "keywords": [
    "jsonresume",
    "jobs",
    "hacker-news",
    "job-search",
    "cli",
    "tui",
    "ink"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/jsonresume/jsonresume.org",
    "directory": "packages/job-search"
  },
  "license": "MIT",
  "author": "Thomas Davis <thomasalwyndavis@gmail.com>",
  "engines": {
    "node": ">=18"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@ai-sdk/anthropic": "^3.0.58",
    "@ai-sdk/openai": "^3.0.41",
    "ai": "^6.0.116",
    "ink": "^6.8.0",
    "ink-spinner": "^5.0.0",
    "ink-text-input": "^6.0.0",
    "react": "^19.2.4"
  }
}
