-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 961 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 961 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
29
30
31
32
33
34
{
"name": "@netresearch/github-project-skill",
"version": "0.0.0-source",
"description": "Netresearch AI skill for GitHub repository setup, branch protection and project configuration.",
"license": "(MIT AND CC-BY-SA-4.0)",
"author": "Netresearch DTT GmbH (https://www.netresearch.de/)",
"homepage": "https://github.com/netresearch/github-project-skill",
"repository": {
"type": "git",
"url": "git+https://github.com/netresearch/github-project-skill.git"
},
"bugs": {
"url": "https://github.com/netresearch/github-project-skill/issues"
},
"keywords": [
"ai-agent-skill",
"github",
"branch-protection",
"rulesets",
"ci-cd",
"anthropic",
"claude-code"
],
"aiAgentSkill": "skills/github-project/SKILL.md",
"files": [
"skills/github-project/",
"LICENSE-MIT",
"LICENSE-CC-BY-SA-4.0",
"README.md"
],
"peerDependencies": {
"@netresearch/agent-skill-coordinator": "^0.1"
}
}