Files
workflows-ts/package.json
T
Thuc Pham 26d0ea4270 chore: clean up demo (#185)
Co-authored-by: Marcus Schiesser <mail@marcusschiesser.de>
2025-09-17 11:27:11 +08:00

36 lines
1.0 KiB
JSON

{
"name": "monorepo",
"private": true,
"version": "0.0.1",
"type": "module",
"packageManager": "pnpm@10.15.0",
"scripts": {
"build": "turbo build",
"test": "turbo test",
"typecheck": "tsc -b --diagnostics",
"format": "biome format .",
"format:write": "biome format --write .",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"build:docs": "node scripts/build-docs.js",
"build:docs:core": "pnpm --filter=@llamaindex/workflow-core run build:docs",
"add-frontmatter": "node scripts/add-frontmatter.js",
"publish": "pnpm run build && pnpm run build:docs && changeset publish",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@edge-runtime/vm": "^5.0.0",
"globals": "^16.3.0",
"@biomejs/biome": "^2.2.3",
"happy-dom": "^18.0.1",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"tsdown": "^0.12.9",
"turbo": "^2.5.4",
"typescript": "^5.9.2",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.2.4"
}
}