-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 1.12 KB
/
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
{
"name": "williamvenner-timepickerbuttons-panel",
"version": "4.1.1",
"description": "Datasource-configured buttons panel plugin which set the time range of your Grafana dashboard",
"scripts": {
"build": "grafana-toolkit plugin:build && cp README-grafana.md dist/README.md",
"dev": "grafana-toolkit plugin:dev && cp README-grafana.md dist/README.md",
"watch": "grafana-toolkit plugin:dev --watch && cp README-grafana.md dist/README.md",
"sign": "grafana-toolkit plugin:sign",
"test": "grafana-toolkit plugin:test"
},
"repository": "github:WilliamVenner/grafana-timepicker-buttons",
"author": "William Venner <[email protected]> (https://github.com/WilliamVenner)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/WilliamVenner/grafana-timepicker-buttons/issues",
"email": "[email protected]"
},
"devDependencies": {
"@grafana/data": "7.4.2",
"@grafana/runtime": "7.4.2",
"@grafana/toolkit": "7.4.2",
"@grafana/ui": "7.4.2",
"emotion": "10.0.27"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"grafana-plugin-support": "0.3.0-alpha.4"
}
}