mirror of
https://github.com/elastic/kibana.git
synced 2025-04-22 08:49:27 -04:00
* chore(NA): splits types from code on @kbn/test * chore(NA): create new @kbn/test-jest-helpers * chore(NA): move wrong files into @kbn/test * chore(NA): remove @kbn/test/jest references Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"name": "@kbn/test",
|
|
"author": "Operations",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "SSPL-1.0 OR Elastic License 2.0",
|
|
"main": "./target_node",
|
|
"kibana": {
|
|
"devOnly": true
|
|
}
|
|
}
|