mirror of
https://github.com/run-llama/workflows-ts.git
synced 2026-07-21 14:15:24 -04:00
23 lines
444 B
JSON
23 lines
444 B
JSON
{
|
|
"name": "monorepo",
|
|
"version": "0.0.1",
|
|
"description": "workflow execution engine",
|
|
"type": "module",
|
|
"packageManager": "pnpm@10.6.3",
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@swc/core"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"lint:fix": "prettier . --write",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^15.5.0",
|
|
"prettier": "^3.5.3",
|
|
"vite-tsconfig-paths": "^5.1.4"
|
|
}
|
|
}
|