@dxworks/honeydew
Version:
C# Analysis tool
51 lines (50 loc) • 993 B
JSON
{
"name": "@dxworks/honeydew",
"version": "3.2.5",
"description": "C# Analysis tool",
"keywords": [
"C#",
"csharp",
"roslyn",
"static analysis"
],
"homepage": "https://github.com/dxworks/honeydew#readme",
"bugs": {
"url": "https://github.com/dxworks/honeydew/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dxworks/honeydew.git"
},
"license": "Apache-2.0",
"author": "Andrei Timar",
"main": "index.js",
"directories": {
"doc": "docs"
},
"files": [
"lib"
],
"dependencies": {
"axios": "^1.5.1",
"cli-progress": "^3.12.0",
"commander": "^11.1.0",
"unzipper": "^0.10.14"
},
"devDependencies": {
"json": "^11.0.0",
"sort-package-json": "^1.52.0"
},
"publishConfig": {
"access": "public",
"registry": "https://npm.pkg.github.com"
},
"dxw": {
"commands": [
{
"file": "lib/index.js",
"command": "honeydewCommand"
}
]
}
}