fleet/tools/fleetctl-npm/package.json
2024-10-04 10:21:46 -05:00

27 lines
538 B
JSON

{
"name": "fleetctl",
"version": "v4.57.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": "^0.28.0",
"rimraf": "3.0.2",
"tar": "^6.1.9"
},
"keywords": [
"osquery",
"security"
]
}