-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 889 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 889 Bytes
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
{
"name": "githate",
"version": "1.3.4",
"description": "A CLI tool to track who unfollowed you on GitHub.",
"main": "index.js",
"type": "module",
"files": [
"bin",
"lib",
"index.js"
],
"bin": {
"githate": "bin/hater.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"github",
"cli",
"unfollowers",
"tracker"
],
"author": "Anant Singhal",
"license": "ISC",
"dependencies": {
"@clack/prompts": "^1.0.0",
"@octokit/auth-oauth-device": "^8.0.3",
"@octokit/rest": "^20.0.0",
"boxen": "^8.0.1",
"chalk": "^5.6.2",
"clipboardy": "^5.3.0",
"commander": "^14.0.3",
"conf": "^15.1.0",
"dotenv": "^17.3.1",
"figlet": "^1.10.0",
"gradient-string": "^3.0.0",
"node-notifier": "^10.0.1",
"picocolors": "^1.1.1",
"pnpm": "^10.29.3"
}
}