-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1006 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1006 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
40
41
{
"name": "5-phase-workflow",
"version": "1.8.7",
"description": "A 5-phase feature development workflow for Claude Code",
"bin": {
"5-phase-workflow": "bin/install.js"
},
"scripts": {
"test": "bash test/verify-install-js.sh && bash test/test-check-updates-hook.sh && bash test/test-update-system.sh",
"test:install": "bash test/verify-install-js.sh",
"test:hook": "bash test/test-check-updates-hook.sh",
"test:update": "bash test/test-update-system.sh",
"verify": "bash test/verify-install-js.sh"
},
"files": [
"bin",
"src",
"docs"
],
"keywords": [
"claude",
"claude-code",
"workflow",
"ai-assisted",
"feature-development",
"development-workflow"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=16.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mrsthl/5"
},
"bugs": {
"url": "https://github.com/mrsthl/5/issues"
},
"homepage": "https://github.com/mrsthl/5"
}