Azure-Sentinel/package.json

43 строки
1.5 KiB
JSON

{
"name": "azure-sentinel",
"version": "1.0.0",
"description": "Welcome to the Microsoft Sentinel repository! This repository contains out of the box detections, exploration queries, hunting queries, workbooks and playbooks to help you get ramped up with Microsoft Sentinel and provide you security content to secure your environment and hunt for threats. You can also submit any [issues](https://github.com/Azure/Azure-Sentinel/issues) or feature requests as you onboard to Microsoft Sentinel. For questions and feedback, please contact [AzureSentinel@microsoft.com](AzureSentinel@microsoft.com)",
"main": "",
"directories": {
"doc": "docs"
},
"dependencies": {
"@azure/avocado": "^0.6.2",
"@types/js-yaml": "^3.12.2",
"@types/mocha": "^7.0.2",
"jsonschema": "^1.2.6",
"mocha": "^10.2.0",
"prettier": "^1.19.1",
"simple-git": "3.5.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.3",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/chai-as-promised": "^7.1.2",
"@types/lodash": "^4.14.167",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1"
},
"scripts": {
"tsc": "tsc",
"test": " mocha --recursive --require ts-node/register .script/tests/**/*.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure-Sentinel.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Azure/Azure-Sentinel/issues"
},
"homepage": "https://github.com/Azure-Sentinel#readme"
}