{
  "name": "dead-code-hunter-core",
  "version": "1.0.20",
  "description": "Core analysis engine for dead code detection - JS/TS, Python, Go, Java, Ruby, Rust, PHP, C#",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "lint": "tsc --noEmit"
  },
  "dependencies": {
    "fast-glob": "^3.3.2",
    "ignore": "^5.3.1",
    "typescript": "^5.4.5"
  },
  "devDependencies": {
    "@types/node": "^20.14.0"
  },
  "license": "MIT",
  "keywords": [
    "dead code",
    "static analysis",
    "typescript",
    "python",
    "go",
    "linter"
  ],
  "homepage": "https://github.com/APRILDAY23/dead-code-hunter",
  "repository": {
    "type": "git",
    "url": "https://github.com/APRILDAY23/dead-code-hunter.git"
  },
  "author": "Veda Moola <vedamoola@gmail.com>"
}
