{
  "name": "ngxsmk-migrate",
  "version": "1.2.1",
  "description": "AI powered Angular migration toolkit for standalone components, signals, and modern Angular upgrades.",
  "type": "module",
  "bin": {
    "ngxsmk-migrate": "./dist/index.js"
  },
  "scripts": {
    "start": "tsx src/index.ts",
    "build": "tsc",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "prepublishOnly": "npm run build",
    "docs:dev": "vitepress dev docs",
    "docs:build": "vitepress build docs",
    "docs:preview": "vitepress preview docs"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "angular",
    "angular-migration",
    "angular-ai",
    "angular-upgrade",
    "signals",
    "standalone",
    "typescript",
    "schematics",
    "ai",
    "refactor",
    "cli"
  ],
  "author": "Sachin Dilshan <https://www.sachindilshan.com/>",
  "license": "ISC",
  "dependencies": {
    "@anthropic-ai/sdk": "^0.96.0",
    "@google/generative-ai": "^0.24.1",
    "chalk": "^5.6.2",
    "cli-progress": "^3.12.0",
    "commander": "^14.0.3",
    "dotenv": "^17.4.2",
    "fs-extra": "^11.3.5",
    "inquirer": "^9.3.8",
    "openai": "^6.37.0",
    "ora": "^9.4.0",
    "ts-morph": "^28.0.0"
  },
  "devDependencies": {
    "@types/commander": "^2.12.0",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.9",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.8.0",
    "@typescript-eslint/eslint-plugin": "^8.59.3",
    "@typescript-eslint/parser": "^8.59.3",
    "eslint": "^10.4.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "jest": "^30.4.2",
    "prettier": "^3.8.3",
    "ts-jest": "^29.4.9",
    "ts-node": "^10.9.2",
    "tsx": "^4.22.0",
    "typescript": "^6.0.3",
    "vitepress": "^1.6.4"
  }
}
