mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-06 14:40:30 -05:00
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "openllm-monorepo",
|
|
"version": "0.2.27.dev0",
|
|
"description": "OpenLLM: Operating LLMs in production",
|
|
"repository": "git@github.com:bentoml/OpenLLM.git",
|
|
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
|
|
"license": "Apache-2.0",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"workspaces": [
|
|
"openllm-node",
|
|
"contrib/clojure"
|
|
],
|
|
"private": true,
|
|
"devDependencies": {
|
|
"pyright": "^1.1.310",
|
|
"typescript": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"turbo": "^1.9.3"
|
|
}
|
|
}
|