mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
052e41851b
Co-authored-by: Noah Talerman <47070608+noahtalerman@users.noreply.github.com>
28 lines
537 B
JSON
28 lines
537 B
JSON
{
|
|
"name": "fleetctl",
|
|
"version": "v4.6.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.21.2",
|
|
"rimraf": "3.0.2",
|
|
"tar": "^6.1.9"
|
|
},
|
|
"keywords": [
|
|
"osquery",
|
|
"security"
|
|
]
|
|
}
|