islandflow/services/ingest-options/package.json
2025-12-27 18:45:26 -05:00

12 lines
249 B
JSON

{
"name": "@islandflow/ingest-options",
"private": true,
"type": "module",
"scripts": {
"dev": "bun run src/index.ts"
},
"dependencies": {
"@islandflow/config": "workspace:*",
"@islandflow/observability": "workspace:*"
}
}