-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 660 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 660 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
{
"name": "create-base-cli",
"version": "0.0.3",
"description": "A tool to create a base cli project",
"keywords": [
"cli",
"create",
"meow"
],
"homepage": "https://github.com/androettop/create-base-cli#readme",
"bugs": {
"url": "https://github.com/androettop/create-base-cli/issues",
"email": "androettop@gmail.com"
},
"bin": {
"create-base-cli": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/androettop/create-base-cli"
},
"author": "Pablo Androetto <androettop@gmail.com>",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.1.1",
"shelljs": "^0.8.5"
}
}