{
  "name": "claude-relink",
  "version": "0.0.5",
  "description": "Find missing Claude Code chats for the current directory and print resume commands.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/WaryaWayne/claude-relink.git"
  },
  "bugs": {
    "url": "https://github.com/WaryaWayne/claude-relink/issues"
  },
  "homepage": "https://github.com/WaryaWayne/claude-relink",
  "bin": {
    "claude-relink": "dist/cli.js"
  },
  "main": "./dist/cli.js",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "publish:npm": "npm publish --access public --ignore-scripts",
    "build": "tsgo -p tsconfig.json",
    "test": "vitest run",
    "typecheck": "tsgo --noEmit",
    "prepare": "effect-tsgo patch"
  },
  "keywords": [
    "claude",
    "claude-code",
    "anthropic",
    "cli",
    "claude-chat",
    "claude-session",
    "claude-resume",
    "resume",
    "missing-chats",
    "lost-chats",
    "chat-recovery",
    "session-recovery",
    "jsonl"
  ],
  "author": "Warya Wayne",
  "license": "MIT",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@effect/platform-node": "4.0.0-beta.66",
    "effect": "4.0.0-beta.66"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@typescript/native-preview": "7.0.0-dev.20260515.1",
    "vitest": "^4.0.14",
    "@effect/tsgo": "0.7.2",
    "@effect/vitest": "4.0.0-beta.66"
  },
  "packageManager": "pnpm@10.33.0"
}
