mirror of
https://github.com/run-llama/create-llama.git
synced 2026-07-24 23:55:49 -04:00
924649c025
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
16 lines
422 B
JSON
16 lines
422 B
JSON
{
|
|
"name": "@create-llama/llama-index-server",
|
|
"private": true,
|
|
"version": "0.1.21",
|
|
"type": "module",
|
|
"scripts": {
|
|
"prebuild": "uv run -- scripts/frontend.py --mode copy",
|
|
"build": "uv build",
|
|
"clean": "rm -rf dist build *.egg-info",
|
|
"new-version": "uv run python scripts/sync_version.py",
|
|
"release": "scripts/release.sh"
|
|
},
|
|
"dependencies": {
|
|
"@llamaindex/server": "workspace:*"
|
|
}
|
|
} |