-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "shelljs-plugin-authors",
"version": "2.0.162",
"description": "A ShellJS plugin for generating a nicely formatted list of authors.",
"main": "src/index.js",
"bin": {
"shelljs-authors": "bin/shelljs-authors"
},
"scripts": {
"example": "node ./example",
"release": "tanem-scripts release",
"test": "jest --coverage"
},
"keywords": [
"authors",
"git",
"plugin",
"script",
"shelljs",
"shelljs-plugin",
"shortlog"
],
"author": "Tane Morgan (https://github.com/tanem)",
"license": "MIT",
"bugs": "https://github.com/tanem/shelljs-plugin-authors/issues",
"homepage": "https://github.com/tanem/shelljs-plugin-authors",
"repository": "github:tanem/shelljs-plugin-authors",
"devDependencies": {
"jest": "29.7.0",
"prettier": "3.4.1",
"shelljs": "0.8.5",
"tanem-scripts": "7.0.27"
},
"peerDependencies": {
"shelljs": "^0.8.3"
},
"files": [
"bin",
"src"
],
"dependencies": {
"commander": "^12.1.0",
"shelljs-exec-proxy": "^0.2.1"
}
}