fleet/tools/fleetctl-npm/package.json
2021-08-25 20:11:45 -07:00

25 lines
524 B
JSON

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