-
Notifications
You must be signed in to change notification settings - Fork 489
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.12 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.12 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
{
"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.3.0"
},
"dependencies": {
"jsonschema": "^1.4.0",
"mocha-trx-reporter": "^3.2.4"
}
}