package.json — dead-code-hunter Source File
Architecture documentation for package.json, a json file in the dead-code-hunter codebase.
Entity Profile
Source Code
{
"name": "dead-code-hunter",
"version": "0.2.0",
"description": "GitHub Action to find dead code using the Supermodel dead code analysis API",
"main": "dist/index.js",
"scripts": {
"build": "ncc build src/index.ts -o dist",
"test": "vitest",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supermodeltools/dead-code-hunter.git"
},
"keywords": [
"github-action",
"dead-code",
"static-analysis",
"supermodel",
"call-graph"
],
"author": "Supermodel Tools",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^6.0.0",
"@supermodeltools/sdk": "^0.9.3",
"minimatch": "^9.0.0"
},
"devDependencies": {
"@types/minimatch": "^5.1.2",
"@types/node": "^20.0.0",
"@vercel/ncc": "^0.38.0",
"typescript": "^5.0.0",
"vitest": "^4.0.16"
}
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free