24 lines
478 B
JSON
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"
|
|
}
|
|
}
|