-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 751 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
{
"name": "lectic",
"version": "0.0.3",
"scripts": {
"release": "./extra/release/release.sh"
},
"dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.32.0",
"@anthropic-ai/sdk": "^0.78.0",
"@google/genai": "^2.10.0",
"@modelcontextprotocol/client": "^2.0.0",
"@types/bun": "^1.3.14",
"@types/mdast": "^4.0.4",
"commander": "^15.0.0",
"open": "^11.0.0",
"openai": "^6.46.0",
"pdf-lib": "^1.17.1",
"remark": "^15.0.1",
"remark-directive": "^4.0.0",
"sql-parser-cst": "^0.42.1",
"vscode-languageserver": "^10.1.0",
"yaml": "^2.9.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.6.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0"
}
}