mirror of
https://github.com/epistemic-technology/co-intelligence.git
synced 2026-07-22 06:45:17 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 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": "^1.2.12",
|
|
"@ai-sdk/google": "^1.2.18",
|
|
"@ai-sdk/openai": "^1.3.22",
|
|
"@ai-sdk/perplexity": "^1.1.9",
|
|
"ai": "^4.3.16",
|
|
"monkey-around": "^2.3.0",
|
|
"solid-js": "^1.9.7",
|
|
"zod": "^3.25.36"
|
|
},
|
|
"devDependencies": {
|
|
"@solidjs/testing-library": "^0.8.10",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/node": "^22.15.24",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"@vitest/ui": "^3.2.4",
|
|
"esbuild": "^0.25.5",
|
|
"jsdom": "^26.1.0",
|
|
"obsidian": "^1.8.7",
|
|
"postcss": "^8.5.4",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.5",
|
|
"vite-plugin-solid": "^2.11.6",
|
|
"vite-plugin-static-copy": "^2.3.1",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|