Files
workflows-ts/docs/package.json
T
github-actions[bot] 0a1090f41a Version Packages (#196)8
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: logan-markewich <22285038+logan-markewich@users.noreply.github.com>
2026-03-09 15:28:53 -06:00

82 lines
2.1 KiB
JSON

{
"name": "@llamaindex/workflow-docs",
"version": "0.1.6",
"type": "module",
"main": "index.ts",
"packageManager": "pnpm@10.15.0",
"scripts": {
"test": "vitest run",
"test:watch": "vitest",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"repository": {
"type": "git",
"url": "git+https://github.com/run-llama/workflows-ts.git"
},
"keywords": [
"workflows",
"typescript",
"llamaindex",
"ai",
"llms",
"genai"
],
"author": "LlamaIndex",
"license": "MIT",
"bugs": {
"url": "https://github.com/run-llama/workflows-ts/issues"
},
"homepage": "https://github.com/run-llama/workflows-ts/blob/main/examples/README.md",
"dependencies": {
"@astrojs/mdx": "^4.2.6",
"@astrojs/react": "^4.2.7",
"@astrojs/starlight": "^0.34.3",
"@icons-pack/react-simple-icons": "^12.8.0",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"astro": "^5.6.1",
"astro-auto-import": "^0.4.4",
"astro-icon": "^1.1.5",
"cross-env": "^7.0.3",
"dotenv": "^16.4.5",
"fs-extra": "^11.3.0",
"fumadocs-typescript": "^4.0.6",
"fumadocs-ui": "^15.3.3",
"glob": "^11.0.2",
"js-yaml": "^4.1.0",
"marked": "^15.0.11",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sharp": "^0.32.5",
"starlight-auto-sidebar": "^0.1.2",
"typedoc": "^0.28.4",
"typedoc-plugin-markdown": "^4.6.3",
"typedoc-plugin-merge-modules": "^7.0.0"
},
"devDependencies": {
"@llamaindex/workflow-core": "workspace:*",
"@llamaindex/workflow-otel": "workspace:^",
"@llamaindex/workflow-viz": "workspace:^",
"@opentelemetry/sdk-node": "^0.203.0",
"@opentelemetry/sdk-trace-base": "^2.0.1"
},
"peerDependencies": {
"@llamaindex/workflow-core": "workspace:*",
"@llamaindex/workflow-otel": "workspace:^",
"@llamaindex/workflow-viz": "workspace:^",
"@opentelemetry/sdk-node": "^0.203.0",
"@opentelemetry/sdk-trace-base": "^2.0.1"
},
"files": [
"workflows",
"examples"
],
"publishConfig": {
"access": "public"
}
}