mirror of
https://github.com/epistemic-technology/co-intelligence.git
synced 2026-07-22 06:45:17 +00:00
Resolved conflicts in favor of main's nullish coalescing (??) and AI SDK v6 reasoning-start/reasoning-end streaming approach. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "co-intelligence",
|
|
"version": "0.0.1",
|
|
"description": "Obsidian plugin for interacting with AI tools",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"dev": "vite build --watch",
|
|
"build": "vite build",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:run": "vitest run",
|
|
"test:coverage": "vitest run --coverage"
|
|
},
|
|
"author": "Epistemic Technology",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^3.0.41",
|
|
"@ai-sdk/google": "^3.0.24",
|
|
"@ai-sdk/openai": "^3.0.26",
|
|
"@ai-sdk/perplexity": "^3.0.18",
|
|
"ai": "^6.0.79",
|
|
"monkey-around": "^2.3.0",
|
|
"solid-js": "^1.9.11",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"vitest>vite": "^6.4.1",
|
|
"seroval": "^1.4.1",
|
|
"jsondiffpatch": "^0.7.2"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"@solidjs/testing-library": "^0.8.10",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.15.24",
|
|
"@vitest/coverage-v8": "^4.0.18",
|
|
"@vitest/ui": "^4.0.18",
|
|
"esbuild": "^0.25.5",
|
|
"eslint": "^9.39.2",
|
|
"eslint-plugin-obsidianmd": "^0.1.9",
|
|
"jsdom": "^26.1.0",
|
|
"obsidian": "^1.8.7",
|
|
"postcss": "^8.5.4",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "^8.55.0",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-solid": "^2.11.10",
|
|
"vite-plugin-static-copy": "^3.2.0",
|
|
"vitest": "^4.0.18"
|
|
}
|
|
}
|