25 lines
672 B
JSON
25 lines
672 B
JSON
{
|
|
"name": "henrypump-button-with-textfield",
|
|
"version": "1.0.0",
|
|
"description": "a plugin to have a panel that has a button take in data from a textfield",
|
|
"scripts": {
|
|
"build": "grafana-toolkit plugin:build",
|
|
"test": "grafana-toolkit plugin:test",
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
"watch": "grafana-toolkit plugin:dev --watch",
|
|
"sign": "grafana-toolkit plugin:sign",
|
|
"start": "yarn watch"
|
|
},
|
|
"author": "Nico Melone",
|
|
"license": "Apache-2.0",
|
|
"devDependencies": {
|
|
"@grafana/data": "latest",
|
|
"@grafana/toolkit": "latest",
|
|
"@grafana/ui": "latest",
|
|
"emotion": "10.0.27"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
}
|
|
}
|