notion-cli-agent
Advanced tools
+3
-3
| { | ||
| "name": "notion-cli-agent", | ||
| "version": "0.4.2", | ||
| "version": "0.4.3", | ||
| "description": "The most powerful CLI for Notion — built for humans AND AI agents. Features smart queries, Obsidian sync, batch operations, validation, backups, and more.", | ||
| "type": "module", | ||
| "bin": { | ||
| "notion": "./dist/cli.js", | ||
| "notion-cli-agent": "./dist/cli.js" | ||
| "notion": "dist/cli.js", | ||
| "notion-cli-agent": "dist/cli.js" | ||
| }, | ||
@@ -10,0 +10,0 @@ "files": [ |
488857
0