{
  "name": "@ariava/pi-extension",
  "version": "0.4.6",
  "description": "Ariava pi extension for Apple Watch-first agent collaboration.",
  "type": "module",
  "main": "./index.js",
  "files": [
    "index.js",
    "README.md",
    ".ariava-release-bundle.json"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "ariava",
    "apple-watch",
    "coding-agent"
  ],
  "homepage": "https://github.com/noyyyy/ariava",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/noyyyy/ariava.git"
  },
  "pi": {
    "extensions": [
      "./index.js"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
