-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"name": "auto-kill-terminal",
"version": "1.0.0",
"description": "Stop AI agents from leaving zombie terminals in VS Code and GitHub Codespaces. Copy-paste terminal management rules for GitHub Copilot, Claude Code, Gemini, Cursor, Windsurf, and more.",
"keywords": [
"ai-agent",
"terminal",
"vscode",
"github-codespaces",
"copilot",
"claude",
"gemini",
"cursor",
"windsurf",
"cline",
"zombie-terminal",
"terminal-management",
"agent-instructions",
"copilot-instructions",
"isBackground",
"kill-terminal",
"devcontainer",
"codespaces",
"developer-tools",
"dx"
],
"homepage": "https://github.com/nirholas/auto-kill-terminal",
"bugs": {
"url": "https://github.com/nirholas/auto-kill-terminal/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nirholas/auto-kill-terminal.git"
},
"license": "MIT",
"author": "nirholas",
"type": "module",
"bin": {
"auto-kill-terminal": "./install.sh"
}
}