Skip to content

Commit fb77639

Browse files
committed
Update package.json
1 parent 647c86f commit fb77639

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

package.json

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
{
22
"name": "marcusolsson-json-datasource",
33
"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",
510
"scripts": {
611
"build": "grafana-toolkit plugin:build",
712
"test": "grafana-toolkit plugin:test",
813
"dev": "grafana-toolkit plugin:dev",
914
"watch": "grafana-toolkit plugin:dev --watch",
1015
"sign": "grafana-toolkit plugin:sign"
1116
},
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+
},
1430
"devDependencies": {
1531
"@grafana/data": "^7.3.0",
1632
"@grafana/runtime": "^7.3.0",
@@ -26,10 +42,5 @@
2642
},
2743
"engines": {
2844
"node": ">=14"
29-
},
30-
"dependencies": {
31-
"date-fns": "^2.16.1",
32-
"jsonpath-plus": "^4.0.0",
33-
"memory-cache": "^0.2.0"
3445
}
3546
}

0 commit comments

Comments
 (0)