grafana-find/package.json

21 lines
419 B
JSON

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