forked from ClassicOldSong/create-initializer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 KB
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-initializer",
"description": "Create your own `create-something` app.",
"version": "1.2.0",
"author": "ClassicOldSong <yukino@yuki.network>",
"scripts": {
"test": "jest"
},
"main": "src/index.js",
"bin": {
"create-initializer": "src/cli.js"
},
"files": [
"src",
"templates"
],
"dependencies": {
"chalk": "^4.1.2",
"cross-spawn": "^7.0.3",
"execa": "^5.1.1",
"gitconfig": "^2.0.8",
"handlebars": "^4.7.7",
"is-utf8": "^0.2.1",
"license.js": "^3.1.2",
"uuid": "^8.3.2",
"yargs-interactive": "^3.0.0"
},
"devDependencies": {
"eslint": "^7.32.0",
"jest": "^27.2.4"
},
"homepage": "https://github.com/ClassicOldSong/create-initializer",
"repository": {
"type": "git",
"url": "https://github.com/ClassicOldSong/create-initializer.git"
},
"bugs": {
"url": "https://github.com/ClassicOldSong/create-initializer/issues"
},
"license": "MIT",
"keywords": [
"create-app",
"create-create-app",
"create-initializer"
]
}