-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.14 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
{
"name": "superclaude",
"version": "1.0.3",
"description": "🔮 Supercharge your GitHub workflow with Claude AI. Transform 'fix stuff' commits into professional messages, generate intelligent changelogs, create comprehensive docs, and get AI code reviews that actually understand your codebase. One command replaces hours of manual work.",
"main": "index.js",
"bin": {
"superclaude": "./bin/superclaude"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ai",
"claude",
"anthropic",
"git",
"github",
"commit-messages",
"conventional-commits",
"changelog",
"documentation",
"code-review",
"cli",
"automation",
"developer-tools",
"workflow",
"productivity",
"ai-powered",
"readme-generator",
"git-hooks"
],
"author": "gwendall",
"repository": {
"type": "git",
"url": "https://github.com/gwendall/superclaude.git"
},
"bugs": {
"url": "https://github.com/gwendall/superclaude/issues"
},
"homepage": "https://superclaude.sh",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"preferGlobal": true
}