forked from Azure/Azure-Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 1.52 KB
/
package.json
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
{
"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 [[email protected]]([email protected])",
"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"
}