Files
openclaw/skills/gkeep/package.json
2026-03-01 17:44:19 +03:00

14 lines
333 B
JSON

{
"name": "gkeep",
"version": "1.0.3",
"description": "Google Keep CLI wrapper for listing, creating, and managing notes via gkeepapi.",
"bin": {
"gkeep": "./gkeep"
},
"scripts": {
"postinstall": "python3 -m venv .venv && .venv/bin/pip install -r requirements.txt"
},
"author": "VACInc",
"license": "MIT"
}