forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.63 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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": "",
"type": "module",
"directories": {
"doc": "docs"
},
"dependencies": {
"@azure/avocado": "^0.6.2",
"@octokit/auth-app": "^7.1.3",
"@octokit/rest": "^21.1.1",
"@types/js-yaml": "^3.12.2",
"@types/mocha": "^7.0.2",
"jsonschema": "^1.2.6",
"mocha": "^10.8.2",
"prettier": "^1.19.1",
"simple-git": "3.15.0",
"ts-node": "^10.9.2",
"typescript": "^4.1.6",
"xmlhttprequest": "^1.8.0",
"lodash": "^4.17.21"
},
"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"
}