grafana-find/package.json

19 lines
371 B
JSON

{
"name": "grafana-find",
"version": "1.0.5",
"author": "Verdnatura Levante SL",
"description": "Grafana Find Tool",
"license": "GPL-3.0",
"dependencies": {
"colors": "^1.4.0",
"getopts": "^2.3.0",
"node-fetch": "^2.6.7",
"object-hash": "^3.0.0"
},
"bin": {
"grafana-find": "main.js",
"gfind": "main.js"
},
"main": "main.js"
}