feat: add LLM package
This commit is contained in:
26
packages/llm/package.json
Normal file
26
packages/llm/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "@codeboard/llm",
|
||||
"version": "0.0.1",
|
||||
"private": true,
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"clean": "rm -rf dist",
|
||||
"dev": "tsc --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codeboard/shared": "*",
|
||||
"openai": "^4.77.0",
|
||||
"@anthropic-ai/sdk": "^0.36.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user