-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.02 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.02 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
{
"name": "cc-agents-md",
"version": "0.8.0",
"description": "Load AGENTS.md into Claude Code sessions — no CLAUDE.md needed",
"license": "GPL-3.0-only",
"author": "GeiserX",
"repository": {
"type": "git",
"url": "git+https://github.com/GeiserX/cc-agents-md.git"
},
"homepage": "https://github.com/GeiserX/cc-agents-md#readme",
"bugs": {
"url": "https://github.com/GeiserX/cc-agents-md/issues"
},
"bin": {
"cc-agents-md": "./bin/cli.js"
},
"files": [
"bin/",
"lib/",
"LICENSE",
"README.md"
],
"scripts": {
"test": "node --test test/*.test.js",
"test:coverage": "c8 --reporter=text --reporter=lcov node --test test/*.test.js",
"pretest": "chmod +x bin/loader.sh"
},
"devDependencies": {
"c8": "^10.1.3"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"claude-code",
"agents-md",
"agentsmd",
"claude",
"anthropic",
"ai-coding",
"coding-agent",
"developer-tools",
"cli",
"sessionstart",
"hook"
]
}