-
Notifications
You must be signed in to change notification settings - Fork 331
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 907 Bytes
/
package.json
File metadata and controls
47 lines (47 loc) · 907 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
42
43
44
45
46
47
{
"name": "reversa",
"version": "1.2.47",
"description": "Transform legacy systems into executable specifications for AI coding agents",
"bin": {
"reversa": "bin/reversa.js"
},
"type": "module",
"keywords": [
"legacy",
"reverse-engineering",
"specifications",
"ai",
"claude",
"codex",
"gemini",
"cursor",
"agents"
],
"files": [
"agents/",
"bin/",
"lib/",
"templates/",
"README.md",
"LICENSE"
],
"author": "sandeco",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sandeco/reversa.git"
},
"homepage": "https://github.com/sandeco/reversa",
"bugs": {
"url": "https://github.com/sandeco/reversa/issues"
},
"engines": {
"node": ">=18.20.2"
},
"dependencies": {
"chalk": "^5.3.0",
"inquirer": "^9.2.0",
"ora": "^7.0.1",
"semver": "^7.6.0"
}
}