kibana/packages/kbn-test/package.json
Jonathan Budzenski bed5b6d8f2
[packages] Migrate @kbn/test to Bazel (#103122)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-29 21:16:00 -04:00

12 lines
210 B
JSON

{
"name": "@kbn/test",
"version": "1.0.0",
"private": true,
"license": "SSPL-1.0 OR Elastic License 2.0",
"main": "./target_node",
"types": "./target_types",
"kibana": {
"devOnly": true
}
}