Files
fusion/packages/dashboard/package.json
2026-03-25 18:22:46 -04:00

21 lines
359 B
JSON

{
"name": "@hai/dashboard",
"version": "0.1.0",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"scripts": {
"build": "tsc",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@hai/core": "workspace:*",
"express": "^5.1.0"
},
"devDependencies": {
"@types/express": "^5.0.0",
"typescript": "^5.7.0"
}
}