* remove Apache licenses * update license links * remove links from input plugin.json * remove links * correct package.json license * set to private instead * remove
29 lines
708 B
JSON
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"
|
|
}
|
|
}
|