Files
grafana-plugins/8.1.4/button-with-textfield/package.json
Nico Melone 25e5592433 setup form
2021-10-13 10:03:19 -05:00

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"
}
}