{
  "name": "pi-bridge",
  "version": "0.3.2",
  "description": "Transparent filesystem bridge that makes pi run natively on a remote machine over SSH",
  "type": "commonjs",
  "bin": {
    "pii": "bin/pii.js"
  },
  "files": [
    "bin/",
    "src/"
  ],
  "scripts": {
    "test": "vitest --run",
    "dev": "node dev.js"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "ssh",
    "bridge",
    "remote",
    "filesystem"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zeflq/pi-bridge.git"
  },
  "homepage": "https://github.com/zeflq/pi-bridge#readme",
  "bugs": {
    "url": "https://github.com/zeflq/pi-bridge/issues"
  },
  "devDependencies": {
    "vitest": "^2.0.0"
  }
}
