2020-11-18 21:20:08 +00:00
|
|
|
{
|
2020-12-30 23:19:43 +00:00
|
|
|
"name": "fleetctl",
|
2022-01-24 18:32:25 +00:00
|
|
|
"version": "v4.9.0",
|
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-10-25 02:24:44 +00:00
|
|
|
"axios": "^0.21.2",
|
2021-02-15 00:40:22 +00:00
|
|
|
"rimraf": "3.0.2",
|
2021-10-25 02:24:44 +00:00
|
|
|
"tar": "^6.1.9"
|
2020-11-18 21:20:08 +00:00
|
|
|
},
|
2021-10-25 02:24:44 +00:00
|
|
|
"keywords": [
|
|
|
|
"osquery",
|
|
|
|
"security"
|
|
|
|
]
|
2020-11-18 21:20:08 +00:00
|
|
|
}
|