Files
OpenLLM/package.json
Aaron fa895c329c feat: pre-commit setup
also sync JS release with Python version

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2023-05-27 06:54:22 -07:00

23 lines
524 B
JSON

{
"name": "openllm",
"version": "0.0.7.dev0",
"description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model",
"repository": "git@github.com:llmsys/OpenLLM.git",
"author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",
"license": "Apache 2.0",
"engines": {
"node": ">=16"
},
"workspaces": [
"src/openllm_js"
],
"private": true,
"devDependencies": {
"pyright": "^1.1.310",
"typescript": "^5.0.4"
},
"dependencies": {
"turbo": "^1.9.3"
}
}