Files
OpenLLM/package.json
GutZuFusss 4cad367ab5 feat(contrib): ClojureScript UI (#89)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: aarnphm-ec2-dev <29749331+aarnphm@users.noreply.github.com>
2023-08-16 03:30:44 -04:00

24 lines
513 B
JSON

{
"name": "openllm",
"version": "0.2.25.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"
}
}