@gillesvilleneuve/crowdstrike-falcon
Version:
CrowdStrike Falcon integration for Active Pieces with incident management, host isolation, and real-time response capabilities
28 lines (27 loc) • 610 B
JSON
{
"name": "@gillesvilleneuve/crowdstrike-falcon",
"version": "0.2.0",
"description": "CrowdStrike Falcon integration for Active Pieces with incident management, host isolation, and real-time response capabilities",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
},
"keywords": [
"activepieces",
"crowdstrike",
"falcon",
"security",
"mssp",
"incident",
"isolation",
"rtr"
],
"dependencies": {
"@activepieces/pieces-framework": "^0.5.0"
},
"devDependencies": {
"@types/node": "^18.0.0",
"typescript": "^4.8.4"
}
}