-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.01 KB
/
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
45
46
{
"name": "create-init-temp",
"version": "0.3.3",
"description": "a template about create projects",
"main": "index.js",
"type": "module",
"keywords": [
"init project",
"vue",
"library"
],
"author": "WalkAlone0325",
"license": "MIT",
"bin": {
"create-init-temp": "index.js"
},
"files": [
"index.js",
"template-*",
"!template-*/dist",
"!template-*/node_modules",
"!template-*/pnpm-lock.yaml",
"!template-*/deno.lock"
],
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WalkAlone0325/create-init-temp.git"
},
"bugs": {
"url": "https://github.com/WalkAlone0325/create-init-temp/issues"
},
"homepage": "https://github.com/WalkAlone0325/create-init-temp#readme",
"dependencies": {
"kolorist": "^1.6.0",
"minimist": "^1.2.7",
"prompts": "^2.4.2"
},
"devDependencies": {
"gradient-string": "^2.0.2",
"tinycolor": "^0.0.1",
"tinycolor2": "^1.4.2"
}
}