17 lines
400 B
JSON
17 lines
400 B
JSON
{
|
|
"name": "second-brain",
|
|
"version": "1.0.0",
|
|
"description": "A personal knowledge base and system for capturing, organizing, and synthesizing knowledge.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"dependencies": {
|
|
"obsidian-mcp-server": "^2.0.7"
|
|
}
|
|
}
|