mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
c29ed503db
* add new test plugin * add some field validation tests * update lockfile * fix bad test file name
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/grafana/grafana/main/docs/sources/developers/plugins/plugin.schema.json",
|
|
"type": "datasource",
|
|
"name": "Test",
|
|
"id": "grafana-e2etest-datasource",
|
|
"metrics": true,
|
|
"info": {
|
|
"description": "",
|
|
"author": {
|
|
"name": "Grafana"
|
|
},
|
|
"keywords": ["datasource"],
|
|
"logos": {
|
|
"small": "img/logo.svg",
|
|
"large": "img/logo.svg"
|
|
},
|
|
"links": [],
|
|
"screenshots": [],
|
|
"version": "%VERSION%",
|
|
"updated": "%TODAY%"
|
|
},
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.4.0",
|
|
"plugins": []
|
|
}
|
|
}
|