{
  "name": "@sunlint/impact-analyzer",
  "version": "1.0.7",
  "private": true,
  "description": "Automated impact analysis for TypeScript/JavaScript projects (internal - bundled into sunlint)",
  "main": "index.js",
  "type": "module",
  "bin": {
    "impact-analyzer": "./index.js"
  },
  "scripts": {
    "build": "echo 'No build required (pure Node.js)'",
    "test": "echo 'No tests yet'",
    "analyze": "node index.js"
  },
  "keywords": [
    "impact-analysis",
    "code-analysis",
    "ci-cd"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@babel/parser": "^7.23.0",
    "@babel/traverse": "^7.23.0",
    "glob": "^10.3.0",
    "ts-morph": "^27.0.2"
  }
}
