{
  "name": "claude-jump",
  "version": "1.0.0",
  "description": "Jump to any project (interactive menu, ranked by frecency) and launch Claude Code in one command.",
  "keywords": [
    "claude",
    "claude-code",
    "cli",
    "zoxide",
    "fzf",
    "productivity"
  ],
  "homepage": "https://github.com/achilledavid/claude-cc#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achilledavid/claude-cc.git"
  },
  "license": "MIT",
  "author": "Achille David",
  "bin": {
    "cc": "bin/cc.js",
    "cc-scan": "bin/cc-scan.js",
    "cc-setup": "bin/cc-setup.js"
  },
  "files": [
    "bin",
    "lib"
  ],
  "scripts": {
    "postinstall": "node lib/setup.js",
    "preuninstall": "node lib/uninstall.js"
  },
  "engines": {
    "node": ">=16"
  },
  "os": [
    "darwin",
    "linux"
  ]
}
