mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
30 lines
521 B
JSON
30 lines
521 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"dotnet-format": {
|
|
"version": "5.1.250801",
|
|
"commands": [
|
|
"dotnet-format"
|
|
]
|
|
},
|
|
"swashbuckle.aspnetcore.cli": {
|
|
"version": "5.0.0-rc4",
|
|
"commands": [
|
|
"swagger"
|
|
]
|
|
},
|
|
"coverlet.console": {
|
|
"version": "3.0.3",
|
|
"commands": [
|
|
"coverlet"
|
|
]
|
|
},
|
|
"dotnet-reportgenerator-globaltool": {
|
|
"version": "4.8.8",
|
|
"commands": [
|
|
"reportgenerator"
|
|
]
|
|
}
|
|
}
|
|
} |