mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Version bumped to v4.84.2 across Helm charts, container images, deployment infrastructure, and npm package. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
27 lines
No EOL
536 B
JSON
27 lines
No EOL
536 B
JSON
{
|
|
"name": "fleetctl",
|
|
"version": "v4.84.2",
|
|
"description": "Installer for the fleetctl CLI tool",
|
|
"bin": {
|
|
"fleetctl": "./run.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fleetdm/fleet"
|
|
},
|
|
"author": "Fleet Developers",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/fleetdm/fleet/issues"
|
|
},
|
|
"homepage": "https://fleetdm.com",
|
|
"dependencies": {
|
|
"axios": "1.15.0",
|
|
"rimraf": "6.1.2",
|
|
"tar": "7.5.11"
|
|
},
|
|
"keywords": [
|
|
"osquery",
|
|
"security"
|
|
]
|
|
} |