andy-stack_vaultkeeper-ai/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2025-08-25 11:41:08 +00:00
{
"name": "ai_agent",
2025-08-25 11:41:08 +00:00
"version": "1.0.0",
"description": "AI powered agent assistant.",
2025-08-25 11:41:08 +00:00
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
2025-09-08 14:50:06 +00:00
"version": "node version-bump.mjs && git add manifest.json versions.json",
"svelte-check": "svelte-check --tsconfig tsconfig.json"
2025-08-25 11:41:08 +00:00
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
2025-09-08 14:50:06 +00:00
"@types/express": "^5.0.3",
"@types/node": "^16.18.126",
2025-08-25 11:41:08 +00:00
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
2025-09-08 14:50:06 +00:00
"esbuild": "^0.25.9",
"esbuild-svelte": "^0.9.3",
2025-08-25 11:41:08 +00:00
"obsidian": "latest",
2025-09-08 14:50:06 +00:00
"svelte": "^5.38.3",
"svelte-check": "^4.3.1",
"svelte-preprocess": "^6.0.3",
2025-08-25 11:41:08 +00:00
"tslib": "2.4.0",
"typescript": "^5.9.3"
2025-09-08 14:50:06 +00:00
},
"dependencies": {
"@anthropic-ai/sdk": "^0.67.0",
2025-09-08 14:50:06 +00:00
"@google/genai": "^1.17.0",
"@shikijs/rehype": "^3.12.2",
"core-js": "^3.45.1",
2025-09-08 14:50:06 +00:00
"express": "^5.1.0",
"gpt-tokenizer": "^3.2.0",
"highlight.js": "^11.11.1",
"katex": "^0.16.22",
"lowlight": "^3.3.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-parse": "^9.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-breaks": "^4.0.0",
"remark-definition-list": "^2.0.0",
"remark-emoji": "^5.0.2",
"remark-footnotes": "^4.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-relative-links": "^0.0.6",
"remark-toc": "^9.0.0",
"remark-wiki-link": "^2.0.1",
"svelte-exmarkdown": "^5.0.2",
"unified": "^11.0.5",
2025-09-08 14:50:06 +00:00
"uuid": "^11.1.0"
2025-08-25 11:41:08 +00:00
}
}