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

14 lines
No EOL
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"
}
}