mirror of
https://github.com/ahmetildirim/obsidian-inscribe.git
synced 2026-07-22 05:44:10 +00:00
35 lines
No EOL
912 B
JSON
35 lines
No EOL
912 B
JSON
{
|
|
"name": "obsidian-inscribe",
|
|
"version": "1.2.1",
|
|
"description": "A plugin for Obsidian that uses AI to provide inline completions.",
|
|
"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": "MIT",
|
|
"devDependencies": {
|
|
"@types/mustache": "^4.2.5",
|
|
"@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.1",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "6.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@google/genai": "^1.41.0",
|
|
"compromise": "^14.14.4",
|
|
"mustache": "^4.2.0",
|
|
"ollama": "^0.5.12",
|
|
"openai": "^6.22.0"
|
|
},
|
|
"resolutions": {
|
|
"@types/eslint": "8.4.3"
|
|
}
|
|
} |