{
  "name": "trackly-cli",
  "version": "0.18.6",
  "mcpName": "io.github.trackly-app/trackly",
  "description": "AI job search CLI + hosted MCP server with OAuth. 250K+ jobs, 5,400+ companies, 40+ ATS. Works with Claude, ChatGPT, Cursor, Windsurf, Codex via hosted streamable-http or local stdio.",
  "bin": {
    "trackly": "./bin/trackly"
  },
  "scripts": {
    "test": "node --test",
    "test:contract-fixture": "node --test test/apply-contract.test.js",
    "test:hosted-contract": "node scripts/verify-hosted-contract.js",
    "test:candidate-contract": "node scripts/verify-candidate-contract.js",
    "test:review-auth-contract": "node scripts/verify-review-auth-contract.js",
    "test:plugin-submission": "node scripts/verify-plugin-submission.js",
    "security:audit": "node scripts/verify-audit-exceptions.js"
  },
  "files": [
    "bin/",
    "lib/",
    "mcp/",
    "skills/",
    "contracts/",
    "docs/",
    "scripts/verify-audit-exceptions.js",
    "security/audit-exceptions.json",
    "npm-shrinkwrap.json",
    "server.json",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "trackly",
    "jobs",
    "job-tracker",
    "mcp",
    "mcp-server",
    "model-context-protocol",
    "oauth",
    "claude",
    "claude-code",
    "claude-cowork",
    "claude-connector",
    "chatgpt",
    "chatgpt-connector",
    "cursor",
    "windsurf",
    "cli",
    "ai-agent",
    "ai-tools",
    "job-search",
    "job-application",
    "job-hunting",
    "career",
    "terminal"
  ],
  "author": "Kevin Astuhuaman <hello@usetrackly.app>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/trackly-app/trackly-cli"
  },
  "homepage": "https://usetrackly.app/cli",
  "bugs": {
    "url": "https://github.com/trackly-app/trackly-cli/issues"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "1.30.0",
    "@posthog/mcp": "0.11.0",
    "fast-uri": "3.1.7",
    "hono": "4.13.7",
    "ip-address": "10.4.0",
    "posthog-node": "5.48.1",
    "zod": "^3.23.0"
  },
  "engines": {
    "node": "^20.20.0 || >=22.22.0"
  },
  "overrides": {
    "@hono/node-server": "2.0.12",
    "fast-uri": "3.1.7",
    "ip-address": "10.4.0",
    "qs": "6.16.0"
  },
  "devDependencies": {
    "@babel/parser": "7.29.8",
    "acorn": "8.18.0",
    "jpeg-js": "0.4.4",
    "pngjs": "7.0.0",
    "saxes": "6.0.0",
    "sharp": "0.35.4",
    "yaml": "2.9.0"
  }
}
