073fd52d56
- Bump version to 1.0.3 in manifest.json, package.json, versions.json - Rebuild main.js - Update README with usage section, message actions, prompt buttons, system context file Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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"
|
|
}
|
|
}
|