depshield
Version:
Smart Dependency Analyzer & Optimizer - Find unused npm packages, reduce bundle size, and improve project health with AST-based detection.
32 lines • 961 B
JSON
{
"name": "depshield",
"description": "Smart Dependency Analyzer & Optimizer for Node.js Projects",
"keywords": [
"dependency-analysis",
"unused-dependencies",
"package-optimization",
"node-js",
"typescript",
"cli-tool",
"performance-optimization",
"ci-cd",
"static-analysis",
"ast-parsing"
],
"features": [
"Detects unused dependencies using AST parsing",
"Calculates package size and potential savings",
"Supports JavaScript and TypeScript",
"Configurable via depshield.config.json",
"JSON output for CI/CD integration"
],
"usage": {
"install": "npm install -g depshield",
"scan": "depshield scan",
"scanPath": "depshield scan --path ./src",
"scanJson": "depshield scan --json"
},
"documentation": "https://github.com/rascal-sl/depshield/blob/main/README.md",
"repository": "https://github.com/rascal-sl/depshield",
"author": "Tisankan <contact@tisankan.dev>"
}