Add smart money event calendar enrichment

This commit is contained in:
dirtydishes 2026-05-04 19:21:18 -04:00
parent 6108aea166
commit 6b794ec7ac
11 changed files with 270 additions and 8 deletions

View file

@ -2,6 +2,9 @@
"name": "@islandflow/refdata",
"private": true,
"type": "module",
"exports": {
"./event-calendar": "./src/event-calendar.ts"
},
"scripts": {
"dev": "bun run src/index.ts"
},