-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
46
{
"name": "gh-follow-team",
"version": "1.1.19",
"description": "Follow all members from a team on GitHub",
"main": "index.js",
"bin": {
"gh-follow-team": "index.js"
},
"scripts": {
"test": "standard && ava",
"standard-fix": "standard --fix",
"refresh": "rm -rf node_modules && rm package-lock.json && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alheimsins/gh-follow-team.git"
},
"keywords": [
"cli",
"oauth",
"github",
"follow team members"
],
"author": "Geir Gåsodden <[email protected]> (https://github.com/zrrrzzt)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Alheimsins/gh-follow-team/issues"
},
"homepage": "https://github.com/Alheimsins/gh-follow-team#readme",
"dependencies": {
"axios": "0.26.1",
"nanoid": "3.3.2",
"open": "8.4.0"
},
"devDependencies": {
"ava": "4.3.3",
"standard": "16.0.4"
},
"files": [
"lib/*.js",
"index.js"
],
"engines": {
"node": ">=14.19.0"
}
}