forked from mylee04/code-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.16 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
{
"name": "code-notify",
"version": "1.10.0",
"description": "Desktop notifications and usage reset alerts for Claude Code, Codex CLI, Gemini CLI, and AI coding agents",
"license": "MIT",
"homepage": "https://github.com/mylee04/code-notify#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mylee04/code-notify.git"
},
"bugs": {
"url": "https://github.com/mylee04/code-notify/issues"
},
"keywords": [
"ai",
"ai-coding-agent",
"agent-hooks",
"claude",
"claude-code",
"codex",
"codex-cli",
"developer-tools",
"desktop-notifications",
"gemini",
"gemini-cli",
"notifications",
"openai-codex",
"usage-limit",
"cli"
],
"engines": {
"node": ">=18"
},
"bin": {
"code-notify": "bin/npm-code-notify.js",
"cn": "bin/npm-cn.js",
"cnp": "bin/npm-cnp.js"
},
"files": [
"LICENSE",
"README.md",
"CONTRIBUTING.md",
"CODE_OF_CONDUCT.md",
"SECURITY.md",
"assets/audio/",
"bin/",
"lib/",
"scripts/install-windows.ps1",
"scripts/npm-postinstall.js"
],
"scripts": {
"postinstall": "node ./scripts/npm-postinstall.js"
}
}