mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
febdad4da2
* Chore: Update what's new and release notes URL in package.json Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Chore: Update version Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
27 lines
657 B
JSON
27 lines
657 B
JSON
{
|
|
"name": "@grafana-plugins/input-datasource",
|
|
"version": "7.4.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.4.0-pre.0",
|
|
"@grafana/toolkit": "7.4.0-pre.0",
|
|
"@grafana/ui": "7.4.0-pre.0"
|
|
},
|
|
"volta": {
|
|
"node": "12.16.2"
|
|
}
|
|
}
|