kibana/test/plugin_functional/plugins/core_plugin_helpmenu/package.json
Brandon Kobel 57af8462e4
[7.x] Elastic License 2.0 (#90192)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:39:13 -08:00

14 lines
360 B
JSON

{
"name": "core_plugin_helpmenu",
"version": "1.0.0",
"main": "target/test/plugin_functional/plugins/core_plugin_helpmenu",
"kibana": {
"version": "kibana",
"templateVersion": "1.0.0"
},
"license": "SSPL-1.0 OR Elastic License 2.0",
"scripts": {
"kbn": "node ../../../../scripts/kbn.js",
"build": "rm -rf './target' && tsc"
}
}