2020-11-18 21:20:08 +00:00
|
|
|
{
|
2020-12-30 23:19:43 +00:00
|
|
|
"name": "fleetctl",
|
2021-09-30 22:23:22 +00:00
|
|
|
"version": "v4.3.2",
|
2020-11-18 21:20:08 +00:00
|
|
|
"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": {
|
2021-02-14 23:54:13 +00:00
|
|
|
"axios": "0.21.1",
|
2021-02-15 00:40:22 +00:00
|
|
|
"rimraf": "3.0.2",
|
2021-08-14 16:22:07 +00:00
|
|
|
"tar": "^6.1.8"
|
2020-11-18 21:20:08 +00:00
|
|
|
},
|
2021-08-14 16:22:07 +00:00
|
|
|
"keywords": ["osquery", "security"]
|
2020-11-18 21:20:08 +00:00
|
|
|
}
|