mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
12 lines
236 B
JSON
12 lines
236 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",
|
|
"types": "./target_types",
|
|
"kibana": {
|
|
"devOnly": true
|
|
}
|
|
}
|