mirror of
https://github.com/raniendu/OChat.git
synced 2026-07-22 07:46:11 +00:00
35 lines
887 B
JSON
35 lines
887 B
JSON
{
|
|
"name": "ochat",
|
|
"version": "0.1.0",
|
|
"description": "Chat with local models using active note and vault context.",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc --noEmit --skipLibCheck && node esbuild.config.mjs production",
|
|
"install-local": "node scripts/install-local.mjs",
|
|
"test": "vitest run",
|
|
"lint": "eslint .",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"ollama",
|
|
"local-ai"
|
|
],
|
|
"author": "Raniendu",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.4",
|
|
"@types/node": "^22.15.17",
|
|
"esbuild": "0.25.5",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"globals": "^17.6.0",
|
|
"jiti": "^2.6.1",
|
|
"obsidian": "latest",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.59.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|