mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
4a2e32b401
This reverts commit 59d11ce84f
.
27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"name": "@grafana-plugins/input-datasource",
|
|
"version": "7.5.0-pre.0",
|
|
"description": "Input Datasource",
|
|
"private": true,
|
|
"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": {
|
|
"@grafana/data": "7.5.0-pre.0",
|
|
"@grafana/toolkit": "7.5.0-pre.0",
|
|
"@grafana/ui": "7.5.0-pre.0"
|
|
},
|
|
"volta": {
|
|
"node": "12.16.2"
|
|
}
|
|
}
|