-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 873 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "context-prism",
"version": "0.5.3",
"description": "Creates token-aware context packs from related notes.",
"main": "main.js",
"engines": {
"node": "^20.19.0 || >=22.12.0",
"npm": ">=10"
},
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc --noEmit --skipLibCheck && node esbuild.config.mjs production",
"typecheck": "tsc --noEmit --skipLibCheck",
"test": "vitest run"
},
"keywords": [
"obsidian",
"plugin",
"markdown",
"links",
"knowledge-management",
"ai-assistant",
"context-routing",
"retrieval",
"token-optimization",
"multilingual",
"obsidian-ai"
],
"author": "Stefan",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.17.30",
"esbuild": "^0.25.0",
"obsidian": "^1.12.3",
"typescript": "^5.8.2",
"vitest": "^4.1.8"
}
}