{
  "name": "reversa",
  "version": "1.3.3",
  "description": "Transform legacy systems into executable specifications for AI coding agents",
  "bin": {
    "reversa": "bin/reversa.js"
  },
  "type": "module",
  "scripts": {
    "verify": "python3 scripts/verify-invocation.py && node scripts/test-installer-transport.mjs"
  },
  "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"
  }
}
