-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 976 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
{
"name": "vue-components-ide-helper",
"version": "1.1.2",
"description": "Generate IDE helper JS file for all *.vue files in a folder - supports both Vue2 and Vue3 syntax.",
"repository": {
"type": "git",
"url": "git+https://github.com/sbnc-eu/vue-components-ide-helper.git"
},
"keywords": [
"IDE",
"vue",
"webpack",
"helper",
"tool"
],
"author": {
"name" : "Bence Szalai",
"email" : "[email protected]",
"url" : "https://sbnc.eu/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sbnc-eu/vue-components-ide-helper/issues"
},
"homepage": "https://github.com/sbnc-eu/vue-components-ide-helper/#readme",
"main": "src/index.js",
"bin": {
"vue-components-ide-helper": "src/index.js"
},
"dependencies": {
"glob": "7.1.6 - 8",
"lodash": "^4.17.20",
"yargs": "15.4.1 - 17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "node ."
}
}