forked from uetchy/create-create-app
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1022 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1022 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "create-initializer",
"description": "Create your own `create-something` app.",
"version": "1.3.0",
"author": "ClassicOldSong <yukino@yuki.network>",
"scripts": {},
"main": "src/index.js",
"type": "module",
"bin": {
"create-initializer": "src/cli.js"
},
"files": [
"src",
"templates"
],
"dependencies": {
"chalk": "^5.3.0",
"execa": "^7.1.1",
"gitconfig": "^2.0.8",
"handlebars": "^4.7.7",
"is-utf8": "^0.2.1",
"license.js": "^3.1.2",
"nypm": "^0.2.2",
"uuid": "^9.0.0",
"yargs-interactive": "^3.0.1"
},
"devDependencies": {
"eslint": "^8.44.0"
},
"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"
]
}