-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 871 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "vue-data-ui-cli",
"version": "1.1.6",
"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": "^2.5.8",
"vue": "^3.5.13"
}
}