blob: 8c0a3a01a554ca480a9f1637a8ad47fcfdd705d1 [file]
{
"name": "echarts-custom-series",
"version": "1.0.0",
"description": "Custom Series for Apache ECharts",
"scripts": {
"build": "node scripts/build.js",
"generate": "node scripts/generate.js",
"thumbnail": "node scripts/thumbnail.js",
"serve": "node scripts/serve.js",
"g": "npm run generate",
"t": "npm run thumbnail",
"s": "npm run serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apache/echarts-custom-series.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apache/echarts/issues"
},
"homepage": "https://github.com/apache/echarts-custom-series#readme",
"devDependencies": {
"chalk": "^4.1.2",
"chokidar": "^3.6.0",
"d3": "^7.9.0",
"echarts": "^6.0.0",
"http-server": "^14.1.1",
"rollup": "^4.22.4",
"seedrandom": "^3.0.5",
"terser": "^5.31.6",
"typescript": "^5.5.4"
}
}