UNPKG

vue-data-ui-cli

Version:

A CLI tool to generate Vue Data UI chart component boilerplates

41 lines (40 loc) 871 B
{ "name": "vue-data-ui-cli", "version": "3.0.2", "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.4.0", "commander": "^12.1.0", "inquirer": "^12.2.0" }, "type": "module", "bin": { "vdui-cli": "./index.js" }, "peerDependencies": { "prettier": "^3.4.2", "vue-data-ui": "^3.0.2", "vue": "^3.5.14" } }