-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.15 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.15 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
{
"name": "user-research",
"version": "0.1.1",
"description": "Claude Code infrastructure for academic research — skills, agents, hooks, and rules for LaTeX, bibliography, proofreading, and project management workflows.",
"author": "the user",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/user/claude-research.git"
},
"homepage": "https://github.com/user/claude-research",
"keywords": [
"claude-code",
"academic",
"research",
"latex",
"bibliography",
"proofreading",
"phd",
"skills",
"agents",
"hooks"
],
"bin": {
"user-research": "scripts/setup.sh"
},
"scripts": {
"postinstall": "echo '\\nRun: npx user-research\\nto create symlinks for skills, agents, hooks, and rules.\\n'",
"setup": "bash scripts/setup.sh"
},
"files": [
"skills/",
"hooks/",
".claude/agents/",
".claude/rules/",
".claude/settings.json",
".context/",
".scripts/",
".mcp-server-biblio/",
"packages/",
"docs/",
"scripts/setup.sh",
"CLAUDE.md",
"MEMORY.md",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=18"
}
}