-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.05 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
{
"name": "init-pkg-json-cli",
"version": "1.0.0",
"description": "📦 Complex generator of Package.json CLI",
"main": "cli.js",
"scripts": {
"test": "ci-success travis --success"
},
"bin": {
"init-pkg-json": "cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/abranhe/init-pkg-json-cli.git"
},
"keywords": [
"package",
"pkg",
"package-json",
"json",
"pkg-json",
"generator",
"builder",
"files",
"module",
"yarn",
"npm"
],
"files": [
"cli.js"
],
"author": {
"name": "Carlos Abraham",
"email": "abraham@abranhe.com",
"web": "abranhe.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abranhe/init-pkg-json-cli/issues"
},
"homepage": "https://github.com/abranhe/init-pkg-json-cli#readme",
"devDependencies": {
"ci-success": "^2.0.0"
},
"dependencies": {
"@abranhe/feedback": "^1.1.0",
"init-pkg-json": "^1.0.0",
"meow": "^5.0.0",
"opn": "^5.3.0",
"s-to-o": "^1.0.0",
"str-to-arr": "^1.0.1"
}
}