-
Notifications
You must be signed in to change notification settings - Fork 507
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.27 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
41
42
{
"name": "azure_monitor_workbook_templates",
"version": "1.0.0",
"description": "This project welcomes contributions and suggestions. Most contributions require you to agree to a\r Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\r the rights to use your contribution. For details, visit https://cla.microsoft.com.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"fullbuildtest": "mocha --reporter mocha-trx-reporter --reporter-options output=output/testresults.trx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Microsoft/Application-Insights-Workbooks.git"
},
"keywords": [],
"author": "Microsoft",
"license": "ISC",
"bugs": {
"url": "https://github.com/Microsoft/Application-Insights-Workbooks/issues"
},
"homepage": "https://github.com/Microsoft/Application-Insights-Workbooks#readme",
"devDependencies": {
"chai": "^4.2.0",
"minimist": "^1.2.6",
"mocha": "^11.8.0"
},
"dependencies": {
"jsonschema": "^1.4.0",
"mocha-trx-reporter": "^3.3.1"
},
"overrides": {
"mocha": {
"diff": "8.0.3",
"serialize-javascript": "7.0.7"
},
"node-trx": {
"uuid": "11.1.1"
}
}
}