-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 849 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
{
"dependencies": {
"chalk": "^4.1.2",
"commander": "^9.2.0",
"conf": "^10.1.2"
},
"bin": {
"egusi": "index.js"
},
"name": "egusi",
"version": "1.0.1",
"description": "Easily set up a folder(s) and file(s) structure for your project.",
"main": "index.js",
"scripts": {},
"author": "Edward O. Oboh",
"license": "MIT",
"devDependencies": {},
"keywords": [
"egusi",
"egusi-cli",
"files",
"folders",
"fs",
"boilerplate",
"filesystem",
"cli",
"commander",
"project",
"setup",
"template",
".egusi",
"melon",
"soup"
],
"repository": {
"type": "git",
"url": "git+https://github.com/edwardoboh/egusi.git"
},
"bugs": {
"url": "https://github.com/edwardoboh/egusi/issues"
},
"homepage": "https://github.com/edwardoboh/egusi#readme"
}