-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 916 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
45
46
{
"name": "@fribe/fribe-cli",
"version": "0.0.5",
"description": "Project base builder for everyone",
"main": "src/index.js",
"bin": "bin/fribe-cli",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"fribe-cli"
],
"authors": [
{
"name": "Ömer Faruk Biçer",
"email": "omerfarukbicer0446@gmail.com"
},
{
"name": "Ertuğrul Sencer Uzun",
"email": "ertugrul@fribe.org"
}
],
"license": "MIT",
"dependencies": {
"arg": "^4.1.0",
"chalk": "^2.4.2",
"covgen": "^3.1.0",
"esm": "^3.2.18",
"execa": "^1.0.0",
"gitignore": "^0.6.0",
"inquirer": "^6.2.2",
"listr": "^0.14.3",
"ncp": "^2.0.0",
"pkg-install": "^0.2.0",
"spdx-license-list": "^5.0.0"
},
"files": [
"bin/",
"src/",
"templates/"
]
}