-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 851 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
41
42
43
44
{
"name": "vue-ts-toolkit",
"version": "1.1.3",
"scripts": {
"publish": "npm publish --registry https://registry.npmjs.org"
},
"bin": {
"vtx": "./index.js"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^4.1.2",
"commander": "^8.3.0",
"cross-spawn": "^7.0.3",
"fuzzy": "^0.1.3",
"inquirer": "^8.2.0",
"json-format": "^1.0.1",
"shelljs": "^0.8.4"
},
"deprecated": false,
"description": "tmp",
"directories": {
"lib": "lib"
},
"keywords": [
"vue",
"vue-cli",
"devkit",
"generator",
"vue-ts-toolkit",
"vue-cli-plugin",
"vue-toolkit",
"typescript"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/442623641/vue-ts-toolkit.git"
},
"author": {
"name": "Leo Zhang"
}
}