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
38 lines (38 loc) · 1.3 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.3 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
{
"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.10.5",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.10",
"mocha": "^11.7.5",
"prettier": "^3.8.1",
"ts-node": "^10.9.1",
"typescript": "^5.9.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"
}