forked from rajsameer/vertica-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 713 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 713 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
{
"name": "rajsameer-vertica-datasource",
"version": "1.0.2",
"description": "vertica grafana data source sql",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign --rootUrls http://0.0.0.0:3000"
},
"author": "rajsameer",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "^7.4.1",
"@grafana/runtime": "^7.4.1",
"@grafana/toolkit": "^7.4.1",
"@grafana/ui": "^7.4.1",
"@types/lodash": "latest"
},
"resolutions": {
"rxjs": "6.6.3"
},
"engines": {
"node": ">=14"
}
}