dependency-insight
Version:
A CLI tool to audit and analyze your project's dependencies.
44 lines (43 loc) • 928 B
JSON
{
"name": "dependency-insight",
"version": "1.9.0",
"description": "A CLI tool to audit and analyze your project's dependencies.",
"main": "index.js",
"scripts": {
"test": "echo \"No tests yet\"",
"start": "node index.js"
},
"bin": {
"dep-insight": "index.js"
},
"dependencies": {
"chalk": "^4.1.2",
"depcheck": "^1.4.7",
"filesize": "^10.1.6",
"inquirer": "^12.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/s000ik/dependency-insight.git"
},
"keywords": [
"dependency",
"audit",
"npm",
"cli",
"tool",
"check",
"unused",
"package",
"packages",
"depcheck",
"dependencies",
"devDependencies"
],
"author": "Satwik Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/s000ik/dependency-insight/issues"
},
"homepage": "https://github.com/s000ik/dependency-insight#readme"
}