Initial project structure
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "simplenote-web",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "SimpleNote Web - Document management system with nested libraries and markdown support",
|
||||||
|
"main": "src/index.js",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"start": "node src/index.js",
|
||||||
|
"dev": "node --watch src/index.js"
|
||||||
|
},
|
||||||
|
"keywords": ["documents", "markdown", "api"],
|
||||||
|
"author": "OpenClaw Team",
|
||||||
|
"license": "MIT"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user