{ "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" }