We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebe53d commit 8f03b5bCopy full SHA for 8f03b5b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "marcusolsson-json-datasource",
3
- "version": "1.0.0",
+ "version": "0.1.0",
4
"description": "A data source plugin for loading JSON APIs into Grafana.",
5
"scripts": {
6
"build": "grafana-toolkit plugin:build",
@@ -18,13 +18,13 @@
18
"@testing-library/jest-dom": "5.4.0",
19
"@testing-library/react": "^10.0.2",
20
"@types/lodash": "latest",
21
- "@types/memory-cache": "^0.2.1"
+ "@types/memory-cache": "^0.2.1",
22
+ "@types/jsonpath": "^0.2.0"
23
},
24
"engines": {
25
"node": ">=12 <13"
26
27
"dependencies": {
- "@types/jsonpath": "^0.2.0",
28
"date-fns": "^2.16.1",
29
"jsonpath": "^1.0.2",
30
"memory-cache": "^0.2.0"
0 commit comments