forked from Azure/Azure-Network-Security
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.35 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
{
"name": "azure-network-security",
"version": "1.0.0",
"description": "Welcome to the Azure Nework Security repository! This repository contains Azure Network security artifacts, out of the box detection for Sentinel integration, queries, workbooks and playbooks to help you get ramped up with Azure Network security and provide you security contents. You can also submit any [issues](https://github.com/Azure/Azure-Network-Security/issues) or feature requests.",
"main": "",
"directories": {
"doc": "docs"
},
"dependencies": {
"@azure/avocado": "^0.11.0",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.10",
"mocha": "^11.7.6",
"prettier": "^3.8.3",
"ts-node": "^10.9.1",
"prettier": "^3.8.4",
"ts-node": "^10.9.2",
"typescript": "^6.0.3"
},
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/chai-as-promised": "^8.0.2",
"chai": "^6.2.2",
"chai-as-promised": "^8.0.2"
},
"scripts": {
"tsc": "tsc",
"test": " mocha --recursive --require ts-node/register .script/tests/**/*.test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Azure/Azure-Network-Security.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/Azure/Azure-Network-Security/issues"
},
"homepage": "https://github.com/Azure/Azure-Network-Security#readme"
}