finance-dashboard/package.json

19 lines
453 B
JSON
Raw Normal View History

2026-06-02 09:40:21 +00:00
{
"name": "macroscope",
"version": "1.0.0",
"description": "MacroScope — 總經指標儀表板(接 FRED 真實資料)",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node --disable-warning=ExperimentalWarning server.js",
"dev": "node --disable-warning=ExperimentalWarning --watch server.js"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^4.19.2"
}
}