SuperAI_Forecast / package.json
Thang6822
Improve AI forecast session orchestration and observability
ad4554b
{
"name": "superai-forecast",
"private": true,
"version": "1.0.0",
"description": "Local verification helpers for SuperAI Forecast",
"scripts": {
"check:frontend": "node --check frontend/app.js && node --check frontend/workspace.js && node --check frontend/analysis-runtime.js && node --check frontend/ai-session-runtime.js && node --check scripts/playwright_smoke.js",
"smoke": "node scripts/playwright_smoke.js"
},
"devDependencies": {
"playwright": "^1.54.2"
}
}