-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 993 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@dxworks/honeydew",
"version": "2.0.1",
"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"
}
]
}
}