Plugins: add a bundle plugins folder (#20850)
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "@grafana-plugins/input-datasource",
|
||||
"version": "6.6.0-pre",
|
||||
"description": "Input Datasource",
|
||||
"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": "^6.6.0-pre",
|
||||
"@grafana/ui": "^6.6.0-pre",
|
||||
"@grafana/toolkit": "^6.6.0-pre"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user