fleet/tools/fleetctl-npm/package.json
George Karr 499fc89cab
Adding changes for Fleet v4.84.2 (#44590)
<!-- 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>
2026-05-04 10:57:04 -05:00

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"
]
}