-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 899 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 899 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
{
"name": "newsline-cli",
"version": "1.0.6",
"description": "Locale-aware one-line news in your Claude Code status line — local, composes with your existing status line.",
"bin": { "newsline": "newsline" },
"scripts": {
"sync-version": "bash scripts/sync-version.sh",
"version": "npm run --silent sync-version && git add package.json .claude-plugin/plugin.json .claude-plugin/marketplace.json refresh.sh"
},
"files": [
"newsline",
"statusline.sh",
"refresh.sh",
"refresh_stock.sh",
"fetch.py",
"fetch_stock.py",
"resolve.py",
"feeds.json",
"install.sh",
"README.md",
"readme/"
],
"os": ["darwin", "linux"],
"keywords": ["claude-code", "statusline", "news", "cli"],
"repository": { "type": "git", "url": "git+https://github.com/itdar/newsline.git" },
"homepage": "https://github.com/itdar/newsline",
"license": "MIT"
}