-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
79 lines (79 loc) · 1.72 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "name-your-contributors",
"version": "3.9.0",
"description": "Name your GitHub contributors; get commits, issues, and comments",
"license": "MIT",
"repository": "mntnr/name-your-contributors",
"author": {
"name": "Richard Littauer",
"email": "richard.littauer@gmail.com",
"url": "burntfen.com"
},
"bin": "src/cli.js",
"main": "src/index.js",
"scripts": {
"lint": "standard",
"test": "ava --no-color test/*.js",
"semantic-release": "semantic-release",
"commit": "git cz"
},
"keywords": [
"community",
"github",
"nodejs",
"cli-app",
"cli",
"name",
"contribs",
"contrib",
"contributor",
"contributors",
"OSS",
"open source",
"commenters",
"creators",
"reviewers",
"review",
"code review",
"contribute",
"contributing"
],
"dependencies": {
"clui": "^0.3.6",
"csv-writer": "1.2.0",
"meow": "^4.0.0",
"month-before-after": "^1.0.0",
"nclr": "^2.2.5",
"persistent-cache": "^1.1.1"
},
"devDependencies": {
"@semantic-release/git": "^7.0.8",
"@semantic-release/npm": "^5.1.7",
"ava": "^1.0.1",
"cz-conventional-changelog": "^2.1.0",
"git-cz": "^2.0.0",
"semantic-release": "^15.13.12",
"standard": "^12.0.1"
},
"engines": {
"node": ">=10.0.0"
},
"coordinates": [
45.5231596,
-73.5870259
],
"homepage": "https://github.com/mntnr/name-your-contributors",
"bugs": "https://github.com/mntnr/name-your-contributors/issues",
"contributors": [
{
"name": "Richard Littauer",
"email": "richard.littauer@gmail.com",
"url": "burntfen.com"
}
],
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}