-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 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
51
52
53
54
55
56
57
58
59
{
"name": "flonat-research",
"version": "0.3.0",
"description": "Client-neutral academic research infrastructure for Claude Code and Codex, with managed skills, agents, rules, hooks, and files-first context.",
"author": "the user",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/flonat/flonat-research.git"
},
"homepage": "https://github.com/flonat/flonat-research",
"keywords": [
"claude-code",
"codex",
"academic",
"research",
"latex",
"bibliography",
"proofreading",
"phd",
"skills",
"agents",
"hooks"
],
"bin": {
"flonat-research": "scripts/npm-install.mjs"
},
"scripts": {
"setup": "node scripts/npm-install.mjs"
},
"files": [
"AI.md",
"AGENTS.md",
"CLAUDE.md",
"MEMORY.md",
"skills/",
"rules/",
"hooks/",
".claude/agents/",
".claude/commands/",
".claude/rules/",
".claude/settings.json",
".codex/agents/",
".context/",
"packages/",
"config/",
"docs/",
"scripts/install.py",
"scripts/npm-install.mjs",
"scripts/setup.sh",
"scripts/setup.ps1",
"CONTRIBUTING.md",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=18"
}
}