15 lines
312 B
JSON
15 lines
312 B
JSON
{
|
|
"name": "@islandflow/refdata",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./event-calendar": "./src/event-calendar.ts"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@islandflow/config": "workspace:*",
|
|
"@islandflow/observability": "workspace:*"
|
|
}
|
|
}
|