-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.75 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.75 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
47
48
49
{
"name": "opencode-sdlc-wizard",
"version": "0.13.4",
"description": "SDLC enforcement for OpenCode CLI — privacy-first, any-backend portability with a four-tier backend picker plus an OSS-tier cross-model-review skill so the full SDLC loop can run with zero Anthropic+OpenAI lock-in. Ships JSON Schemas for review artifacts so any consumer (cross-model-review, ditto, CI) can validate. Install with `npx opencode-sdlc-wizard init`. Sibling of agentic-sdlc-wizard and codex-sdlc-wizard.",
"bin": {
"opencode-sdlc-wizard": "cli/bin/opencode-sdlc-wizard.js"
},
"files": [
"AGENTS.md",
"HANDOFF.md",
"PRIVACY.md",
"README.md",
"LICENSE",
"install.sh",
".opencode/",
"cli/",
"skills/",
"hooks/",
"scripts/",
"templates/",
"docs/"
],
"scripts": {
"test": "bash tests/test-bundle-integrity.sh && bash tests/test-plugin-shim.sh && bash tests/test-install.sh && bash tests/test-backend-picker.sh && bash tests/test-cli.sh && bash tests/test-cross-model-review.sh && bash tests/test-domain-templates.sh && bash tests/test-bundle-drift.sh && bash tests/test-check-cli.sh && bash tests/test-doc-templates.sh && bash tests/test-review-schemas.sh && bash tests/test-pick.sh",
"test:e2e": "bash tests/test-e2e-consumption.sh"
},
"keywords": [
"opencode",
"sdlc",
"tdd",
"ai-agent",
"developer-tools",
"code-quality",
"privacy-first",
"local-llm"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BaseInfinity/opencode-sdlc-wizard.git"
},
"homepage": "https://github.com/BaseInfinity/opencode-sdlc-wizard",
"bugs": {
"url": "https://github.com/BaseInfinity/opencode-sdlc-wizard/issues"
},
"engines": {
"node": ">=18.0.0"
}
}