{ "name": "grafana-data-exporter-panel", "version": "1.0.0", "description": "Data Exporter Plugin", "scripts": { "build": "grafana-toolkit plugin:build", "test": "grafana-toolkit plugin:test", "dev": "grafana-toolkit plugin:dev", "watch": "grafana-toolkit plugin:dev --watch", "sign": "grafana-toolkit plugin:sign", "start": "yarn watch", "lint": "yarn prettier --write ." }, "author": "CorpGlory Inc.", "license": "Apache-2.0", "devDependencies": { "@grafana/data": "latest", "@grafana/toolkit": "latest", "@grafana/ui": "latest", "@types/grafana": "github:CorpGlory/types-grafana#8c55ade5212f089748f6955f73e8f753fff9f278", "emotion": "10.0.27", "lodash": "^4.17.21", "prettier": "^2.6.2" }, "engines": { "node": ">=14" } }