forked from Azure/Azure-Network-Security
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.3 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
{
"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.8.14",
"@types/js-yaml": "^4.0.9",
"@types/mocha": "^10.0.6",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai-as-promised": "^7.1.8",
"chai": "^4.4.1",
"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/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"
}