-
-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
60 lines (60 loc) · 1.24 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "wordpressify",
"version": "0.5.0-11",
"description": "Automate your WordPress development workflow.",
"keywords": [
"babel",
"boilerplate",
"build",
"css",
"cherry",
"es6",
"front-end",
"gulp",
"javascript",
"node",
"nodejs",
"postcss",
"sass",
"web",
"website",
"wordpress",
"wordpressify",
"workflow",
"docker",
"docker compose"
],
"homepage": "https://www.wordpressify.co",
"repository": "https://github.com/luangjokaj/wordpressify",
"exports": "./installer/index.js",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"bin": {
"wordpressify": "./installer/index.js"
},
"author": "Luan Gjokaj <[email protected]>",
"contributors": [
{
"name": "Luan Gjokaj",
"email": "[email protected]",
"url": "https://www.riangle.com/"
},
{
"name": "Bruno Ribarić",
"url": "https://github.com/ribaricplusplus"
},
{
"name": "Mountain/\\Ash",
"url": "https://github.com/mountainash"
}
],
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"download": "^8.0.0",
"execa": "^9.5.1",
"ora": "^8.1.1",
"prompts": "^2.4.2"
}
}