@dxworks/nuget-inspector
Version:
Adaptation of the BlackDuck Nuget Dotnet 5 Inspector
42 lines (41 loc) • 919 B
JSON
{
"name": "@dxworks/nuget-inspector",
"version": "1.2.1",
"description": "Adaptation of the BlackDuck Nuget Dotnet 5 Inspector",
"keywords": [
"Nuget",
"Inspector",
"dependencies",
"balckduck",
"software-composition"
],
"homepage": "https://github.com/dxworks/nuget-dotnet5-inspector#readme",
"bugs": {
"url": "https://github.com/dxworks/nuget-dotnet5-inspector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dxworks/nuget-dotnet5-inspector.git"
},
"license": "MIT",
"author": "Mario Rivis",
"main": "lib/index.js",
"directories": {
"doc": "docs"
},
"bin": {
"nuget-inspector": "lib/nuget-inspector.js"
},
"files": [
"lib"
],
"types": "lib/types.d.ts",
"dependencies": {
"axios": "^1.7.4",
"cli-progress": "^3.9.1",
"unzipper": "^0.10.11"
},
"devDependencies": {
"json": "^11.0.0"
}
}