-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 889 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 889 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
35
36
37
38
39
{
"name": "claude-code-setup",
"version": "0.1.0",
"description": "Setup Claude Code infrastructure with framework detection",
"bin": {
"claude-code-setup": "./claude-setup"
},
"files": [
"claude-setup",
"cli/core/",
"cli/kits/"
],
"scripts": {
"test": "echo \"Run: ./claude-setup --help\" && exit 0"
},
"keywords": [
"claude-code",
"ai",
"setup",
"react",
"express",
"mui",
"skills",
"hooks"
],
"author": "Claude Code Infrastructure Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/blencorp/claude-code-infrastructure-showcase"
},
"bugs": {
"url": "https://github.com/blencorp/claude-code-infrastructure-showcase/issues"
},
"homepage": "https://github.com/blencorp/claude-code-infrastructure-showcase#readme",
"engines": {
"node": ">=18.0.0"
}
}