-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 777 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 777 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
{
"name": "lectic",
"version": "0.0.3",
"scripts": {
"release": "./extra/release/release.sh"
},
"dependencies": {
"@a2a-js/sdk": "^0.3.9",
"@anthropic-ai/bedrock-sdk": "^0.22.4",
"@anthropic-ai/sdk": "^0.78.0",
"@google/genai": "^1.43.0",
"@modelcontextprotocol/sdk": "^1.27.1",
"@types/bun": "^1.3.10",
"@types/mdast": "^4.0.4",
"commander": "^13.1.0",
"open": "^10.1.1",
"openai": "^6.25.0",
"pdf-lib": "^1.17.1",
"remark": "^15.0.1",
"remark-directive": "^4.0.0",
"sql-parser-cst": "^0.33.1",
"vscode-languageserver": "^9.0.1",
"yaml": "^2.7.0"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"eslint": "^9.38.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2"
}
}