kibana/x-pack/test/plugin_api_perf/plugins/task_manager_performance/package.json
Brandon Kobel 4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

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

14 lines
No EOL
389 B
JSON

{
"name": "task_manager_performance",
"version": "1.0.0",
"kibana": {
"version": "kibana",
"templateVersion": "1.0.0"
},
"main": "target/test/plugin_api_perf/plugins/task_manager_performance",
"scripts": {
"kbn": "node ../../../../../scripts/kbn.js",
"build": "rm -rf './target' && ../../../../../node_modules/.bin/tsc"
},
"license": "Elastic License 2.0"
}