-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 912 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 912 Bytes
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
{
"name": "servicenow-cloudobservability-datasource",
"version": "3.1.0",
"description": "A Grafana datasource for ServiceNow Cloud Observability",
"author": "ServiceNow Cloud Observability",
"license": "Apache-2.0",
"engines": {
"node": "16"
},
"scripts": {
"build": "grafana-toolkit plugin:build",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"format": "prettier --write src",
"test": "grafana-toolkit plugin:test"
},
"dependencies": {
"@grafana/data": "9.5.3",
"@grafana/runtime": "9.5.3",
"@grafana/ui": "9.5.3",
"lodash": "4.17.21",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@grafana/toolkit": "9.5.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.5",
"@types/lodash": "4.14.195"
}
}