Files
smart-fin-chart/package.json
T
2026-08-23 21:23:41 +08:00

24 lines
478 B
JSON

{
"name": "echart-demo",
"version": "1.0.0",
"description": "财报图表 · 基于 ECharts 和 CSV 数据",
"private": true,
"type": "module",
"scripts": {
"start": "python3 -m http.server 8899",
"dev": "python3 -m http.server 8899",
"test": "node test/regress.mjs"
},
"keywords": [
"echarts",
"charts",
"data-visualization",
"财报"
],
"author": "Joey",
"license": "MIT",
"devDependencies": {
"echarts": "^5.5.1"
}
}