{
  "name": "pi-repo-move",
  "version": "0.1.3",
  "description": "Move the current repo and keep its Pi session history connected.",
  "type": "module",
  "main": "index.ts",
  "types": "index.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProbabilityEngineer/pi-repo-move.git"
  },
  "homepage": "https://github.com/ProbabilityEngineer/pi-repo-move#readme",
  "bugs": {
    "url": "https://github.com/ProbabilityEngineer/pi-repo-move/issues"
  },
  "scripts": {
    "lint": "tsc --noEmit"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "repo",
    "move",
    "relocate",
    "session"
  ],
  "license": "MIT",
  "files": [
    "index.ts",
    "README.md",
    "LICENSE",
    "tsconfig.json"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.74.0"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "@types/node": "latest",
    "typescript": "latest"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
