diedeadcode 0.1.0

Conservative TypeScript dead code detection with transitive analysis and confidence scoring
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0] - 2025-01-30

### Added
- Initial release
- Dead code detection for TypeScript and JavaScript
- Confidence scoring to reduce false positives
- Transitive dead code analysis
- Framework-aware detection (Next.js, React, Express)
- Multiple output formats (table, JSON, compact)
- Configuration via `ddd.toml`
- Entry point detection from package.json