{
  "name": "@thurstonsand/pi-wt",
  "version": "1.15.0",
  "type": "module",
  "description": "Move live pi sessions between directories and wt worktrees",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thurstonsand/wt.git",
    "directory": "plugins/pi"
  },
  "homepage": "https://github.com/thurstonsand/wt#readme",
  "bugs": {
    "url": "https://github.com/thurstonsand/wt/issues"
  },
  "keywords": [
    "pi-package",
    "session",
    "git",
    "worktree"
  ],
  "engines": {
    "node": ">=24 <26"
  },
  "files": [
    "extensions",
    "skills",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions/wt.ts"
    ],
    "skills": [
      "./skills"
    ]
  },
  "scripts": {
    "lint": "biome check .",
    "format": "biome format --write .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "check": "biome check . && tsc --noEmit && vitest run"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.5.6",
    "@earendil-works/pi-coding-agent": "^0.84.1",
    "@earendil-works/pi-tui": "^0.84.1",
    "@types/node": "^25.6.2",
    "typescript": "^7.0.0",
    "vitest": "^4.1.10"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80.6",
    "@earendil-works/pi-tui": ">=0.80.6"
  },
  "publishConfig": {
    "access": "public"
  }
}
