Skip to content

Reference

Generated from package metadata by bun run docs:sync. Re-run the command to refresh this page.

  • Package: @lastshotlabs/slingshot-orchestration-engine
  • Version: 0.2.2
  • Kind: Workspace package
  • Role: feature package
  • Description: Portable orchestration runtime, task/workflow DSL, and built-in memory/SQLite adapters for Slingshot
  • Workspace path: packages/slingshot-orchestration-engine
  • Entry point: packages/slingshot-orchestration-engine/src/index.ts
Terminal window
bun add @lastshotlabs/slingshot-orchestration-engine
  • .
  • ./errors
  • ./provider
  • ./testing
  • build: tsc -p tsconfig.build.json
  • coverage: bun test --coverage
  • lint: eslint src/ --cache
  • test: bun test
  • test:integration: bun test tests/concurrency-stress.test.ts
  • test:unit: bun test tests/ --ignore tests/concurrency-stress.test.ts
  • typecheck: tsc --noEmit
  • @lastshotlabs/slingshot-core: workspace:*
  • better-sqlite3: ^12.8.0
  • zod: >=4.0 <5