Some checks are pending
Discord notifications / Push -> Discord (main) (push) Waiting to run
Discord notifications / CI result -> Discord (red on failure) (push) Waiting to run
Discord notifications / Release -> Discord (lavender) (push) Waiting to run
Publish Docs / build (push) Waiting to run
Publish Docs / deploy (push) Blocked by required conditions
17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"name": "@islandflow/ingest-equities",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@islandflow/bus": "workspace:*",
|
|
"@islandflow/config": "workspace:*",
|
|
"@islandflow/observability": "workspace:*",
|
|
"@islandflow/storage": "workspace:*",
|
|
"@islandflow/types": "workspace:*",
|
|
"ws": "^8.21.0",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|