fleet/tools/fleetctl-npm/package.json
Noah Talerman 67827474c2
Prepare for Fleet 4.10.0 (#4161)
Co-authored-by: Zach Wasserman <zach@fleetdm.com>
2022-02-13 18:13:06 -08:00

25 lines
526 B
JSON

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