-
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.06 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.06 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": "codex-sdlc-wizard",
"version": "0.7.31",
"description": "Codex SDLC adaptive setup wizard and maintenance CLI for npx distribution",
"license": "MIT",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/BaseInfinity"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BaseInfinity/codex-sdlc-wizard.git"
},
"homepage": "https://github.com/BaseInfinity/codex-sdlc-wizard#readme",
"bin": {
"codex-sdlc-wizard": "bin/codex-sdlc-wizard.js"
},
"files": [
".agents/",
"agents/",
"bin/",
"skills/",
".codex/config.toml",
".codex/hooks.json",
".codex/unix-hooks.json",
".codex/windows-hooks.json",
".codex/hooks/",
"templates/",
"lib/",
"install.sh",
"install.ps1",
"setup.sh",
"check.sh",
"update.sh",
"SKILL.md",
"AGENTS.md",
"README.md",
"ROADMAP.md",
"SDLC-LOOP.md",
"START-SDLC.md",
"PROVE-IT.md",
"UPSTREAM_VERSION",
"start-sdlc.sh",
"start-sdlc.ps1"
],
"engines": {
"node": ">=18"
}
}