-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.22 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
{
"name": "reading-routine",
"version": "0.1.0",
"description": "Daily reading backlog triage CLI — feeds Claude Code Routines, local cron, or manual review. Backend-agnostic: works with Burn, Raindrop, Readwise, Pocket CSV, or any JSON.",
"type": "module",
"main": "src/index.mjs",
"bin": {
"reading-routine": "src/index.mjs"
},
"scripts": {
"start": "node src/index.mjs",
"test": "node src/index.mjs digest --input examples/backlog.sample.json"
},
"keywords": [
"reading-list",
"read-later",
"triage",
"digest",
"backlog",
"attention",
"claude-code",
"claude-code-routine",
"routine",
"mcp",
"bookmark",
"ai-reading",
"ai-agent",
"cli",
"daily-digest",
"knowledge-management",
"second-brain",
"pocket-alternative",
"raindrop",
"readwise"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Fisher521/reading-routine.git"
},
"homepage": "https://github.com/Fisher521/reading-routine",
"bugs": {
"url": "https://github.com/Fisher521/reading-routine/issues"
},
"license": "MIT",
"author": "hawking520 (https://x.com/hawking520)",
"engines": {
"node": ">=18"
},
"dependencies": {}
}