29 lines
742 B
JSON
29 lines
742 B
JSON
{
|
|
"name": "memex-chat",
|
|
"version": "1.0.3",
|
|
"description": "Obsidian plugin: Chat with your vault using Claude AI",
|
|
"author": "Sven",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/svemagie/memex-chat.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/svemagie/memex-chat/issues"
|
|
},
|
|
"homepage": "https://github.com/svemagie/memex-chat#readme",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "node esbuild.config.mjs production",
|
|
"dev": "node esbuild.config.mjs"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"@xenova/transformers": "^2.17.2",
|
|
"builtin-modules": "^3.3.0",
|
|
"esbuild": "^0.25.0",
|
|
"obsidian": "latest",
|
|
"typescript": "^5.0.0"
|
|
}
|
|
}
|