mirror of
https://github.com/exmemo-ai/obsidian-exmemo-assistant.git
synced 2026-07-22 05:31:20 +00:00
31 lines
906 B
JSON
31 lines
906 B
JSON
{
|
|
"name": "exmemo-tools",
|
|
"version": "1.0.0",
|
|
"description": "Use LLMs for smart document management and optimization, including relocating files, enhancing text, and generating metadata.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "LGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": ">=0.25.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"crypto-js": "^4.2.0",
|
|
"openai": "^4.68.1",
|
|
"wink-tokenizer": "^5.3.0",
|
|
"obsidian": ">=0.12.12",
|
|
"esbuild": ">=0.25.0"
|
|
}
|
|
}
|