Files
grafana/plugins-bundled/internal/input-datasource/package.json
T
Grot (@grafanabot) 41f0542c1e Release: Bump version to 8.0.0 (#35341)
* "Release: Updated versions in package to 8.0.0"

* Update whats new & release notes URL

Co-authored-by: Elfo404 <me@giordanoricci.com>
2021-06-08 07:05:23 +01:00

26 lines
606 B
JSON

{
"name": "@grafana-plugins/input-datasource",
"version": "8.0.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",
"devDependencies": {
"@grafana/data": "8.0.0",
"@grafana/toolkit": "8.0.0",
"@grafana/ui": "8.0.0"
},
"volta": {
"node": "12.16.2"
}
}