mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "obsidian-copilot",
|
|
"version": "2.4.12",
|
|
"description": "ChatGPT integration for Obsidian",
|
|
"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",
|
|
"test": "jest"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0",
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/crypto-js": "^4.1.1",
|
|
"@types/events": "^3.0.0",
|
|
"@types/jest": "^29.5.0",
|
|
"@types/koa": "^2.13.7",
|
|
"@types/koa__cors": "^4.0.0",
|
|
"@types/node": "^16.11.6",
|
|
"@types/react": "^18.0.33",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-syntax-highlighter": "^15.5.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "0.17.3",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"obsidian": "latest",
|
|
"ts-jest": "^29.1.0",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"dependencies": {
|
|
"@huggingface/inference": "^2.6.4",
|
|
"@koa/cors": "^5.0.0",
|
|
"@langchain/cohere": "^0.0.2",
|
|
"@langchain/community": "^0.0.16",
|
|
"@langchain/google-genai": "^0.0.7",
|
|
"@tabler/icons-react": "^2.14.0",
|
|
"@types/pouchdb": "^6.4.0",
|
|
"axios": "^1.3.4",
|
|
"cohere-ai": "^7.6.2",
|
|
"crypto-js": "^4.1.1",
|
|
"esbuild-plugin-svg": "^0.1.0",
|
|
"eventsource-parser": "^1.0.0",
|
|
"koa": "^2.14.2",
|
|
"koa-proxies": "^0.12.3",
|
|
"langchain": "^0.0.212",
|
|
"next-i18next": "^13.2.2",
|
|
"pouchdb": "^8.0.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-markdown": "^8.0.6",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"sse": "github:mpetazzoni/sse.js"
|
|
}
|
|
}
|