UNPKG

vue-data-ui-cli

Version:

A CLI tool to generate Vue Data UI chart component boilerplates

40 lines 868 B
{ "name": "vue-data-ui-cli", "version": "3.8.5", "private": false, "description": "A CLI tool to generate Vue Data UI chart component boilerplates", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Vue Data UI", "Vue", "Vue 3", "CLI", "CLI tool", "boilerplate", "charts" ], "author": "Alec Lloyd Probert", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/graphieros/vue-data-ui-cli.git" }, "homepage": "https://vue-data-ui.graphieros.com/", "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.0", "inquirer": "^12.9.4" }, "type": "module", "bin": { "vdui-cli": "./index.js" }, "peerDependencies": { "prettier": "^3.4.2", "vue-data-ui": "^3.8.5", "vue": "^3.5.14" } }