kibana/packages/kbn-test/package.json

12 lines
210 B
JSON
Raw Normal View History

{
"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
}
}