{
  "name": "php-legacy-refactor-ai",
  "version": "1.0.0",
  "description": "CLI tool to analyze and refactor legacy PHP code using AI - 100% local with Ollama",
  "main": "dist/index.js",
  "type": "module",
  "bin": {
    "php-refactor": "./dist/bin/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/bin/cli.js",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "php",
    "refactor",
    "legacy",
    "ai",
    "ollama",
    "cli",
    "phpunit",
    "testing",
    "documentation",
    "openapi"
  ],
  "author": "mary2501",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mary2501/php-legacy-refactor-ai.git"
  },
  "bugs": {
    "url": "https://github.com/mary2501/php-legacy-refactor-ai/issues"
  },
  "homepage": "https://github.com/mary2501/php-legacy-refactor-ai#readme",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "glob": "^10.3.10",
    "handlebars": "^4.7.8",
    "ollama": "^0.5.0",
    "ora": "^8.0.1"
  },
  "devDependencies": {
    "@types/node": "^20.11.0",
    "typescript": "^5.3.3"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
