mirror of
https://github.com/elastic/kibana.git
synced 2025-04-20 16:03:20 -04:00
11 lines
210 B
JSON
11 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
|
|
}
|
|
}
|