@jwdobeutechsolutions/dobeutech-claude-code-custom 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +53 -53
package/package.json
CHANGED
|
@@ -1,53 +1,53 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@jwdobeutechsolutions/dobeutech-claude-code-custom",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Comprehensive centralized repository of Claude Code configurations including agents, skills, commands, hooks, and MCP servers optimized for full-stack development",
|
|
5
|
-
"author": "jwdobeutechsolutions",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"main": "scripts/install.js",
|
|
8
|
-
"bin": {
|
|
9
|
-
"claude-config": "bin/claude-config.js"
|
|
10
|
-
},
|
|
11
|
-
"scripts": {
|
|
12
|
-
"postinstall": "node scripts/install.js"
|
|
13
|
-
},
|
|
14
|
-
"files": [
|
|
15
|
-
"agents",
|
|
16
|
-
"skills",
|
|
17
|
-
"commands",
|
|
18
|
-
"rules",
|
|
19
|
-
"hooks",
|
|
20
|
-
"mcp-configs",
|
|
21
|
-
"templates",
|
|
22
|
-
"docs",
|
|
23
|
-
"bin",
|
|
24
|
-
"scripts",
|
|
25
|
-
"README.md",
|
|
26
|
-
"CONTRIBUTING.md",
|
|
27
|
-
"CLAUDE.md"
|
|
28
|
-
],
|
|
29
|
-
"keywords": [
|
|
30
|
-
"claude-code",
|
|
31
|
-
"agents",
|
|
32
|
-
"skills",
|
|
33
|
-
"commands",
|
|
34
|
-
"hooks",
|
|
35
|
-
"mcp",
|
|
36
|
-
"full-stack",
|
|
37
|
-
"development",
|
|
38
|
-
"claude",
|
|
39
|
-
"ai",
|
|
40
|
-
"configuration"
|
|
41
|
-
],
|
|
42
|
-
"repository": {
|
|
43
|
-
"type": "git",
|
|
44
|
-
"url": "git+https://github.com/dobeutech/dobeutech-claude-code-custom.git"
|
|
45
|
-
},
|
|
46
|
-
"publishConfig": {
|
|
47
|
-
"registry": "https://registry.npmjs.org/",
|
|
48
|
-
"access": "public"
|
|
49
|
-
},
|
|
50
|
-
"engines": {
|
|
51
|
-
"node": ">=14.0.0"
|
|
52
|
-
}
|
|
53
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@jwdobeutechsolutions/dobeutech-claude-code-custom",
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Comprehensive centralized repository of Claude Code configurations including agents, skills, commands, hooks, and MCP servers optimized for full-stack development",
|
|
5
|
+
"author": "jwdobeutechsolutions",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"main": "scripts/install.js",
|
|
8
|
+
"bin": {
|
|
9
|
+
"claude-config": "bin/claude-config.js"
|
|
10
|
+
},
|
|
11
|
+
"scripts": {
|
|
12
|
+
"postinstall": "node scripts/install.js"
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"agents",
|
|
16
|
+
"skills",
|
|
17
|
+
"commands",
|
|
18
|
+
"rules",
|
|
19
|
+
"hooks",
|
|
20
|
+
"mcp-configs",
|
|
21
|
+
"templates",
|
|
22
|
+
"docs",
|
|
23
|
+
"bin",
|
|
24
|
+
"scripts",
|
|
25
|
+
"README.md",
|
|
26
|
+
"CONTRIBUTING.md",
|
|
27
|
+
"CLAUDE.md"
|
|
28
|
+
],
|
|
29
|
+
"keywords": [
|
|
30
|
+
"claude-code",
|
|
31
|
+
"agents",
|
|
32
|
+
"skills",
|
|
33
|
+
"commands",
|
|
34
|
+
"hooks",
|
|
35
|
+
"mcp",
|
|
36
|
+
"full-stack",
|
|
37
|
+
"development",
|
|
38
|
+
"claude",
|
|
39
|
+
"ai",
|
|
40
|
+
"configuration"
|
|
41
|
+
],
|
|
42
|
+
"repository": {
|
|
43
|
+
"type": "git",
|
|
44
|
+
"url": "git+https://github.com/dobeutech/dobeutech-claude-code-custom.git"
|
|
45
|
+
},
|
|
46
|
+
"publishConfig": {
|
|
47
|
+
"registry": "https://registry.npmjs.org/",
|
|
48
|
+
"access": "public"
|
|
49
|
+
},
|
|
50
|
+
"engines": {
|
|
51
|
+
"node": ">=14.0.0"
|
|
52
|
+
}
|
|
53
|
+
}
|