kibana/x-pack/examples/exploratory_view_example/package.json
Shahzad b8cdc6fd1b
[Exploratory View] Embedddable component (#113108)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-10-05 17:23:44 +02:00

14 lines
No EOL
357 B
JSON

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