|
1 | 1 | {
|
2 | 2 | "name": "marcusolsson-json-datasource",
|
3 | 3 | "version": "0.9.2",
|
4 |
| - "description": "A data source plugin for loading JSON APIs into Grafana.", |
| 4 | + "description": "A data source plugin for loading JSON APIs into Grafana", |
| 5 | + "keywords": [ |
| 6 | + "grafana", |
| 7 | + "json" |
| 8 | + ], |
| 9 | + "license": "Apache-2.0", |
5 | 10 | "scripts": {
|
6 | 11 | "build": "grafana-toolkit plugin:build",
|
7 | 12 | "test": "grafana-toolkit plugin:test",
|
8 | 13 | "dev": "grafana-toolkit plugin:dev",
|
9 | 14 | "watch": "grafana-toolkit plugin:dev --watch",
|
10 | 15 | "sign": "grafana-toolkit plugin:sign"
|
11 | 16 | },
|
12 |
| - "author": "Marcus Olsson", |
13 |
| - "license": "Apache-2.0", |
| 17 | + "homepage": "https://grafana.com/plugins/marcusolsson-json-datasource", |
| 18 | + "bugs": "https://github.com/marcusolsson/grafana-json-datasource/issues", |
| 19 | + "repository": "github:marcusolsson/grafana-json-datasource", |
| 20 | + "author": { |
| 21 | + "name": "Marcus Olsson", |
| 22 | + "email": "marcus.olsson@hey.com", |
| 23 | + "url": "https://marcus.se.net" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "date-fns": "^2.16.1", |
| 27 | + "jsonpath-plus": "^4.0.0", |
| 28 | + "memory-cache": "^0.2.0" |
| 29 | + }, |
14 | 30 | "devDependencies": {
|
15 | 31 | "@grafana/data": "^7.3.0",
|
16 | 32 | "@grafana/runtime": "^7.3.0",
|
|
26 | 42 | },
|
27 | 43 | "engines": {
|
28 | 44 | "node": ">=14"
|
29 |
| - }, |
30 |
| - "dependencies": { |
31 |
| - "date-fns": "^2.16.1", |
32 |
| - "jsonpath-plus": "^4.0.0", |
33 |
| - "memory-cache": "^0.2.0" |
34 | 45 | }
|
35 | 46 | }
|
0 commit comments