-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 711 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 711 Bytes
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
{
"name": "create-template-vue3-ts-preset",
"version": "0.0.4",
"description": "Integrate vue-router, pinia, and axios based on the official template-vue-ts",
"main": "index.js",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/SK-Luffa/template-vue3-ts-preset"
},
"bin": {
"create-template-vue3-ts-preset":"index.js"
},
"scripts": {
"build":"tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["cli","vue3","preset","ts","typescript"],
"author": "SK-Luffa",
"license": "MIT",
"dependencies": {
"picocolors": "^1.1.1",
"prompts": "^2.4.2"
},
"devDependencies": {
"@types/prompts": "^2.4.9"
}
}