Initial project structure
This commit is contained in:
16
package.json
Normal file
16
package.json
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user