Files
grafana/plugins-bundled/internal/plugin-catalog-app/package.json
T
Will Browne 3db0b4ad93 Plugins: Remove Apache licenses from bundled plugins (#34214)
* remove Apache licenses

* update license links

* remove links from input plugin.json

* remove links

* correct package.json license

* set to private instead

* remove
2021-05-18 15:51:33 +02:00

29 lines
708 B
JSON

{
"name": "@grafana-plugins/catalog-app",
"version": "8.1.0-pre",
"description": "Plugins catalog",
"private": true,
"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",
"devDependencies": {
"@grafana/data": "8.1.0-pre",
"@grafana/runtime": "8.1.0-pre",
"@grafana/toolkit": "8.1.0-pre",
"@grafana/ui": "8.1.0-pre",
"@types/semver": "^7.3.4",
"semver": "^7.3.4"
},
"volta": {
"node": "12.16.2"
}
}