2022-06-14 12:57:03 +00:00
|
|
|
{
|
2022-06-20 14:43:17 +00:00
|
|
|
"name": "grafana-find",
|
2023-12-19 13:57:25 +00:00
|
|
|
"version": "1.0.4",
|
2022-06-17 12:45:02 +00:00
|
|
|
"author": "Verdnatura Levante SL",
|
2022-06-20 14:43:17 +00:00
|
|
|
"description": "Grafana Find Tool",
|
2022-06-17 12:45:02 +00:00
|
|
|
"license": "GPL-3.0",
|
2022-06-14 12:57:03 +00:00
|
|
|
"dependencies": {
|
2022-06-16 11:07:29 +00:00
|
|
|
"colors": "^1.4.0",
|
2022-06-20 17:52:32 +00:00
|
|
|
"getopts": "^2.3.0",
|
2022-06-20 13:22:59 +00:00
|
|
|
"node-fetch": "^2.6.7",
|
|
|
|
"object-hash": "^3.0.0"
|
2022-06-17 08:39:35 +00:00
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"grafana-find": "main.js",
|
|
|
|
"gfind": "main.js"
|
2022-06-17 12:45:02 +00:00
|
|
|
},
|
|
|
|
"main": "main.js"
|
2022-06-16 11:07:29 +00:00
|
|
|
}
|