@oiij/e-charts
Version:
A Vue Composable for ECharts
46 lines • 970 B
JSON
{
"name": "@oiij/e-charts",
"type": "module",
"version": "0.0.18",
"description": "A Vue Composable for ECharts",
"author": "oiij",
"license": "MIT",
"homepage": "https://github.com/oiij/use",
"repository": {
"type": "git",
"url": "git@github.com:oiij/use.git"
},
"bugs": "https://github.com/oiij/use/issues",
"keywords": [
"@oiij/use",
"e-charts"
],
"sideEffects": false,
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"files": [
"LICENSE",
"README.md",
"dist",
"package.json"
],
"peerDependencies": {
"@vueuse/core": "^14.2.1",
"echarts": "^6.0.0",
"vue": "^3.5.30"
},
"devDependencies": {
"@vueuse/core": "^14.2.1",
"echarts": "^6.0.0",
"vue": "^3.5.30"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsdown --watch",
"build": "tsc --noEmit && tsdown",
"bumpp": "bumpp --no-push"
}
}