{
  "name": "terminalhire",
  "version": "0.10.11",
  "description": "Local-first job matching for developers — ambient job matches in the Claude Code spinner. Matching runs on your machine; your profile never leaves it.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/staqsIO/terminalhire-plugin.git"
  },
  "homepage": "https://terminalhire.com",
  "bugs": {
    "url": "https://github.com/staqsIO/terminalhire-plugin/issues"
  },
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "bin": {
    "terminalhire": "./dist/bin/jpi-dispatch.js",
    "th": "./dist/bin/jpi-dispatch.js"
  },
  "files": [
    "dist",
    "fixtures",
    "install.js",
    "postinstall.js",
    "README.md"
  ],
  "scripts": {
    "test": "for f in test/*.test.js; do echo \"# $f\"; node \"$f\" || exit 1; done",
    "build": "tsup",
    "bundle:plugin": "npm run build && rm -rf ../../plugins/terminalhire/dist && cp -R dist ../../plugins/terminalhire/dist && cp package.json ../../plugins/terminalhire/dist/package.json && cp install.js ../../plugins/terminalhire/dist/install.js && cp postinstall.js ../../plugins/terminalhire/dist/postinstall.js",
    "prepublishOnly": "npm run build",
    "install-hook": "node install.js",
    "postinstall": "node ./postinstall.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "terminalhire",
    "jobs",
    "developer",
    "claude",
    "claude-code",
    "job-matching",
    "local-first",
    "spinner"
  ],
  "author": "staqs",
  "license": "MIT",
  "devDependencies": {
    "tsup": "^8.5.1",
    "@types/node": "^20.12.0",
    "typescript": "^5.4.5"
  }
}
