feat: add temporal run engine integration
This commit is contained in:
27
packages/workflows/package.json
Normal file
27
packages/workflows/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "@devflow/workflows",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"main": "./dist/index.cjs",
|
||||
"module": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsup src/index.ts --format esm,cjs --clean && tsc -p tsconfig.build.json",
|
||||
"typecheck": "tsc -p ../../tsconfig.typecheck.json --noEmit",
|
||||
"test": "cd ../.. && vitest run --project packages/workflows"
|
||||
},
|
||||
"dependencies": {
|
||||
"@devflow/core": "workspace:*",
|
||||
"@devflow/db": "workspace:*",
|
||||
"@devflow/run-engine": "workspace:*",
|
||||
"@devflow/session": "workspace:*",
|
||||
"@temporalio/activity": "^1.17.1",
|
||||
"@temporalio/client": "^1.17.1",
|
||||
"@temporalio/worker": "^1.17.1",
|
||||
"@temporalio/workflow": "^1.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@temporalio/testing": "^1.17.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user