-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.34 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.34 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": "stackshift",
"version": "2.3.0",
"type": "module",
"description": "Reverse engineering toolkit with manual control - shift gears in your codebase. Transform any application into a fully-specified, spec-driven project with GitHub Spec Kit. Dual workflow: extract business logic for rebuilds (Greenfield) or manage existing code with specs (Brownfield).",
"keywords": [
"claude",
"claude-code",
"claude-plugin",
"reverse-engineering",
"specifications",
"documentation",
"spec-driven",
"github-spec-kit",
"stackshift",
"migration",
"refactoring",
"openapi",
"json-schema"
],
"author": "Jonah Schulte",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jschulte/stackshift.git"
},
"homepage": "https://github.com/jschulte/stackshift#readme",
"bugs": {
"url": "https://github.com/jschulte/stackshift/issues"
},
"scripts": {
"test": "cd scripts/ast-analysis && npm test",
"test:watch": "cd scripts/ast-analysis && npm run test:watch",
"validate": "bash scripts/validate-plugin.sh",
"build:ast": "cd scripts/ast-analysis && npm install && npm run build"
},
"files": [
".claude-plugin/",
".claude/",
"skills/",
"agents/",
"commands/",
"scripts/",
"web/",
"docs/",
"README.md",
"LICENSE"
]
}