mirror of
https://github.com/yetanotherrepo/obsidian-copilot-auto-completion-plus.git
synced 2026-07-22 07:24:48 +00:00
41 lines
1.4 KiB
JSON
41 lines
1.4 KiB
JSON
{
|
|
"name": "obsidian-copilot-auto-completion-plus",
|
|
"version": "1.3.4",
|
|
"description": "Adds a highly configurable copilot-like auto-completion using OpenAI, Anthropic, Gemini, Azure OpenAI, or Ollama.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node prepare_demo_vault.mjs && node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"tests": "jest",
|
|
"docs:check": "node scripts/check-docs-and-release.mjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "Daniil Shipilov",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.2.14",
|
|
"@types/react-dom": "^18.2.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"esbuild": "0.28.0",
|
|
"eslint-plugin-neverthrow": "^1.1.4",
|
|
"jest": "^29.7.0",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"obsidian": "latest",
|
|
"prettier": "^2.8.8",
|
|
"ts-jest": "^29.1.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"handlebars": "^4.7.9",
|
|
"lru-cache": "^10.1.0",
|
|
"micromatch": "^4.0.8",
|
|
"neverthrow": "^6.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"zod": "^3.22.4"
|
|
}
|
|
}
|