2020-04-07 00:04:24 -07:00
|
|
|
{
|
|
|
|
|
"name": "@grafana-plugins/input-datasource",
|
2020-07-01 13:26:36 +02:00
|
|
|
"version": "7.2.0-pre.0",
|
2020-04-07 00:04:24 -07:00
|
|
|
"description": "Input Datasource",
|
2020-04-07 08:01:06 -07:00
|
|
|
"private": true,
|
2020-04-07 00:04:24 -07:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "grafana-toolkit plugin:build",
|
|
|
|
|
"test": "grafana-toolkit plugin:test",
|
|
|
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
|
|
|
"watch": "grafana-toolkit plugin:dev --watch"
|
|
|
|
|
},
|
|
|
|
|
"author": "Grafana Labs",
|
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"devDependencies": {
|
2020-07-01 13:26:36 +02:00
|
|
|
"@grafana/data": "7.2.0-pre.0",
|
|
|
|
|
"@grafana/toolkit": "7.2.0-pre.0",
|
|
|
|
|
"@grafana/ui": "7.2.0-pre.0"
|
2020-04-24 19:01:34 +02:00
|
|
|
},
|
|
|
|
|
"volta": {
|
|
|
|
|
"node": "12.16.2"
|
2020-04-07 00:04:24 -07:00
|
|
|
}
|
|
|
|
|
}
|