-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 681 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 681 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
{
"name": "agentic-sdlc-wizard",
"version": "1.83.0",
"description": "SDLC enforcement for Claude Code — hooks, skills, and wizard setup in one command",
"bin": {
"sdlc-wizard": "cli/bin/sdlc-wizard.js"
},
"files": [
"cli/",
"skills/",
"hooks/",
".claude-plugin/",
"CLAUDE_CODE_SDLC_WIZARD.md",
"AI_SETUP_LANES.md",
"CHANGELOG.md"
],
"keywords": [
"claude-code",
"sdlc",
"tdd",
"ai-agent",
"developer-tools",
"code-quality"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BaseInfinity/claude-sdlc-wizard.git"
},
"engines": {
"node": ">=18.0.0"
}
}