-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
44 lines (44 loc) · 811 Bytes
/
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
{
"name": "gopablo",
"version": "0.1.5-9",
"description": "Create optimized static websites.",
"keywords": [
"babel",
"boilerplate",
"build",
"html",
"css",
"javascript",
"es6",
"front-end",
"generator",
"gopablo",
"gulp",
"node",
"postcss",
"sass",
"static",
"web",
"website",
"workflow",
"cherry"
],
"homepage": "https://www.gopablo.co",
"repository": "https://github.com/luangjokaj/gopablo",
"exports": "./installer/index.js",
"type": "module",
"node": "^12.20.0 || ^14.13.1 || >=16.0.0",
"bin": {
"gopablo": "./installer/index.js"
},
"author": "Luan Gjokaj <[email protected]>",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.0.0",
"download": "^8.0.0",
"execa": "^8.0.1",
"ora": "^8.0.1",
"prompts": "^2.4.2"
}
}