kibana/test/plugin_functional/plugins/saved_objects_hidden_type/package.json
Ahmad Bamieh c1d1b2b453
[Saved Objects] Allow exporting and importing hidden types (#90178)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-02-14 19:05:36 +02:00

14 lines
378 B
JSON

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