mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
13cf6a3e00
* Chore: update developer guide to use Volta * Chore: Fix Volta config * Chore: Add volta config to each workspace * Chore: Add volta config to each workspace * Apply suggestions from code review Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> * Update contribute/developer-guide.md Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
26 lines
639 B
JSON
26 lines
639 B
JSON
{
|
|
"name": "@grafana-plugins/input-datasource",
|
|
"version": "8.1.0-pre",
|
|
"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.1.0-pre",
|
|
"@grafana/toolkit": "8.1.0-pre",
|
|
"@grafana/ui": "8.1.0-pre"
|
|
},
|
|
"volta": {
|
|
"extends": "../../../package.json"
|
|
}
|
|
}
|