-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.33 KB
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
{
"name": "@erdemyilmaz/ports-cli",
"version": "0.6.0",
"description": "Project-aware lsof for macOS — list ports, inspect AI agent sessions, kill by port, and caffeinate exact ports, PIDs, directories, AI tools, or future matches with --follow.",
"bin": {
"ports": "./bin/ports.js"
},
"scripts": {
"postinstall": "node ./bin/install.js"
},
"files": [
"bin/",
"README.md",
"LICENSE"
],
"keywords": [
"ports",
"ports-cli",
"portscli",
"lsof",
"lsof-alternative",
"cli",
"macos",
"macos-cli",
"developer-tools",
"kill-port",
"kill-port-3000",
"eaddrinuse",
"tcp",
"udp",
"networking",
"process-manager",
"port-manager",
"caffeinate",
"decaffeinate",
"follow",
"watch",
"keep-awake",
"prevent-sleep",
"background-agents",
"ai-agents",
"ai-session",
"agent-sessions",
"claude-code",
"codex",
"gemini-cli",
"cursor-ai"
],
"author": "Erdem Yılmaz",
"license": "MIT",
"homepage": "https://portscli.com",
"repository": {
"type": "git",
"url": "git+https://github.com/erdemylmaz/ports-cli.git"
},
"bugs": {
"url": "https://github.com/erdemylmaz/ports-cli/issues"
},
"os": [
"darwin"
],
"cpu": [
"arm64",
"x64"
],
"engines": {
"node": ">=14"
}
}