Skip to content

Reference

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

  • Package: @lastshotlabs/slingshot-runtime-node
  • Version: 0.2.2
  • Kind: Workspace package
  • Role: feature package
  • Description: Node.js runtime implementation for Slingshot
  • Workspace path: packages/runtime-node
  • Entry point: packages/runtime-node/src/index.ts
Terminal window
bun add @lastshotlabs/slingshot-runtime-node
  • .
  • ./errors
  • ./testing
  • build: tsc -p tsconfig.build.json
  • coverage: bun test --coverage
  • lint: eslint src/ --cache
  • test: bun run test:vitest
  • test:integration: vitest run --config vitest.config.ts tests/integration/
  • test:vitest: vitest run --config vitest.config.ts
  • typecheck: tsc --noEmit
  • @lastshotlabs/slingshot-core: workspace:*
  • @hono/node-server: >=2.0.5 <3
  • argon2: >=0.31
  • better-sqlite3: >=9.0
  • fast-glob: >=3.0
  • ws: >=8.20.1 <9