-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"name": "validate-maintainers",
"version": "1.2.2",
"description": "Validate your npm package maintainers to limit your bus factor",
"main": "src/index.js",
"bin": "src/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard"
},
"keywords": [
"bus factor",
"maintainers",
"npm",
"maintainer",
"owner",
"publishing"
],
"bugs": "https://github.com/RichardLitt/validate-maintainers/issues",
"homepage": "https://github.com/RichardLitt/validate-maintainers",
"author": "Richard Littauer <richard.littauer@gmail.com> (https://burntfen.com)",
"license": "MIT",
"repository": "github:RichardLitt/validate-maintainers",
"dependencies": {
"@octokit/rest": "^16.30.1",
"chalk": "^2.4.2",
"got": "^9.6.0",
"graceful-fs": "^4.2.2",
"js-base64": "^2.5.1",
"lodash": "^4.17.15",
"meow": "^5.0.0",
"parse-author": "^2.0.0",
"simple-git": "^1.126.0"
},
"localMaintainers": "richardlitt <richard.littauer@gmail.com>",
"devDependencies": {
"standard": "^14.3.1"
}
}