Files
simplenote-cli/package.json
2026-03-28 03:13:43 +00:00

17 lines
383 B
JSON

{
"name": "simplenote-cli",
"version": "0.1.0",
"description": "SimpleNote CLI - Agent communication CLI for document management",
"main": "src/index.js",
"type": "module",
"bin": {
"simplenote": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"keywords": ["cli", "documents", "markdown"],
"author": "OpenClaw Team",
"license": "MIT"
}