forked from Azure/Microsoft-Defender-for-Cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 983 Bytes
/
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-security-center",
"version": "1.0.0",
"description": "Welcome to the Azure Security Center repository!",
"main": "",
"directories": {
"doc": "docs"
},
"dependencies": {
"@azure/avocado": "^0.6.2",
"@types/js-yaml": "^3.12.1",
"@types/mocha": "^5.2.7",
"mocha": "^6.2.2",
"prettier": "^1.19.1",
"ts-node": "^8.6.2",
"typescript": "^3.7.3"
},
"devDependencies": {
"@types/chai": "^4.2.7",
"@types/chai-as-promised": "^7.1.2",
"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/Azure-Security-Center.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/Azure/Azure-Security-Center/issues"
},
"homepage": "https://github.com/Azure/Azure-Security-Center#readme"
}