2020-04-07 02:04:24 -05:00
|
|
|
{
|
|
|
|
"name": "@grafana-plugins/input-datasource",
|
2020-10-15 07:41:25 -05:00
|
|
|
"version": "7.4.0-pre.0",
|
2020-04-07 02:04:24 -05:00
|
|
|
"description": "Input Datasource",
|
2020-04-07 10:01:06 -05:00
|
|
|
"private": true,
|
2020-04-07 02:04:24 -05:00
|
|
|
"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": {
|
2020-10-15 07:41:25 -05:00
|
|
|
"@grafana/data": "7.4.0-pre.0",
|
|
|
|
"@grafana/toolkit": "7.4.0-pre.0",
|
|
|
|
"@grafana/ui": "7.4.0-pre.0"
|
2020-04-24 12:01:34 -05:00
|
|
|
},
|
|
|
|
"volta": {
|
|
|
|
"node": "12.16.2"
|
2020-04-07 02:04:24 -05:00
|
|
|
}
|
|
|
|
}
|