{
  "name": "@pinchpass/cli",
  "version": "1.1.1",
  "description": "One-time E2E-encrypted secret request links — native for Pi and OpenClaw agents",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rubybear-lgtm/PinchPass.git"
  },
  "keywords": [
    "pi-package",
    "pinchpass",
    "secrets",
    "api-key",
    "e2e-encryption",
    "openclaw"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "files": [
    "dist",
    "skills",
    "openclaw.plugin.json",
    "scripts",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./dist/index.js"
    ],
    "skills": [
      "./skills"
    ],
    "image": "https://raw.githubusercontent.com/rubybear-lgtm/PinchPass/master/pinchpass.png"
  },
  "openclaw": {
    "extensions": [
      "./dist/index.js"
    ]
  },
  "scripts": {
    "build": "tsc && node scripts/copy-skill.js",
    "postinstall": "node scripts/install-binary.js",
    "prepublishOnly": "npm run build"
  },
  "dependencies": {
    "@opencode-ai/plugin": "^1.16.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "*",
    "typebox": "^1.3.7",
    "typescript": "^5.9.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
