-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 880 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 880 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
{
"name": "code-notify",
"version": "1.7.3",
"description": "Desktop notifications for Claude Code, OpenAI Codex, and Gemini CLI",
"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",
"claude",
"codex",
"gemini",
"notifications",
"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",
"bin/",
"lib/",
"scripts/install-windows.ps1",
"scripts/npm-postinstall.js"
],
"scripts": {
"postinstall": "node ./scripts/npm-postinstall.js"
}
}