kibana/packages/kbn-es-query/package.json

9 lines
232 B
JSON
Raw Normal View History

{
"name": "@kbn/es-query",
"browser": "./target_web/index.js",
"main": "./target_node/index.js",
"types": "./target_types/index.d.ts",
"version": "1.0.0",
"license": "SSPL-1.0 OR Elastic License 2.0",
"private": true
}