12 lines
242 B
JSON
12 lines
242 B
JSON
{
|
|
"name": "@islandflow/refdata",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun run src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@islandflow/config": "workspace:*",
|
|
"@islandflow/observability": "workspace:*"
|
|
}
|
|
}
|