You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
601 B
24 lines
601 B
{ |
|
"name": "grafana-chartwerk-panel", |
|
"version": "0.4.0", |
|
"description": "Chartwerk Panel", |
|
"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": "CorpGlory", |
|
"license": "GPL V3", |
|
"devDependencies": { |
|
"@grafana/data": "latest", |
|
"@grafana/toolkit": "latest", |
|
"@grafana/ui": "latest", |
|
"emotion": "10.0.27" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}
|
|
|