{
  "name": "aicodesight",
  "version": "0.2.2",
  "description": "CLI that diagnoses projects and generates AI-friendly architectural metadata to prevent code duplication",
  "bin": {
    "aicodesight": "bin/aicodesight.js"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node bin/aicodesight.js"
  },
  "files": [
    "dist",
    "bin"
  ],
  "keywords": [
    "ai",
    "architecture",
    "claude",
    "duplication",
    "cli",
    "code-analysis",
    "aicodesight"
  ],
  "author": "mldix",
  "license": "Apache-2.0",
  "homepage": "https://github.com/mldixdev/aicodesight#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mldixdev/aicodesight.git"
  },
  "bugs": {
    "url": "https://github.com/mldixdev/aicodesight/issues"
  },
  "dependencies": {
    "@inquirer/prompts": "^8.2.0",
    "chalk": "^4.1.2",
    "commander": "^12.0.0",
    "glob": "^10.3.0",
    "ora": "^5.4.1",
    "ts-morph": "^22.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.0.0",
    "@xenova/transformers": "^2.17.2",
    "typescript": "^5.4.0"
  },
  "engines": {
    "node": ">=18"
  }
}
