{
  "name": "@isaaclins/pi-codrive",
  "version": "0.1.1",
  "description": "Shared visible tmux pane co-driving with authenticated structured completion reports for Pi",
  "license": "MIT",
  "type": "module",
  "files": [
    "extensions",
    "src",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "tmux",
    "agents"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/isaaclins/pi-terminal-kit.git",
    "directory": "packages/pi-codrive"
  },
  "pi": {
    "extensions": [
      "./extensions/pi-codrive.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json",
    "test": "node --import tsx --test test/*.test.ts"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.80.3",
    "@earendil-works/pi-coding-agent": "^0.80.3",
    "@earendil-works/pi-tui": "^0.80.3",
    "typebox": "^1.0.13"
  }
}
