UNPKG

@oiij/v-charts

Version:

A Vue Composable for VCharts

46 lines 990 B
{ "name": "@oiij/v-charts", "type": "module", "version": "0.0.12", "description": "A Vue Composable for VCharts", "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", "v-charts" ], "sideEffects": false, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "LICENSE", "README.md", "dist", "package.json" ], "peerDependencies": { "@visactor/vchart": "^2.0.11", "@vueuse/core": "^14.1.0", "vue": "^3.5.26" }, "devDependencies": { "@visactor/vchart": "^2.0.11", "@vueuse/core": "^14.1.0", "vue": "^3.5.26" }, "publishConfig": { "access": "public" }, "scripts": { "dev": "tsdown --watch", "build": "tsc --noEmit && tsdown", "bumpp": "bumpp --no-push" } }