Files
obsidian-memex-chat/package.json
svemagie a5b1ef8158 fresh
2026-03-31 14:20:47 +02:00

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"
}
}