mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
23 lines
520 B
JSON
23 lines
520 B
JSON
{
|
|
"name": "@kbn/es",
|
|
"main": "./src/index.js",
|
|
"version": "1.0.0",
|
|
"license": "Apache-2.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@elastic/elasticsearch": "^7.4.0",
|
|
"@kbn/dev-utils": "1.0.0",
|
|
"abort-controller": "^2.0.3",
|
|
"chalk": "^2.4.2",
|
|
"dedent": "^0.7.0",
|
|
"del": "^4.1.1",
|
|
"execa": "^1.0.0",
|
|
"getopts": "^2.2.4",
|
|
"glob": "^7.1.2",
|
|
"node-fetch": "^2.6.0",
|
|
"simple-git": "^1.91.0",
|
|
"tar-fs": "^1.16.3",
|
|
"tree-kill": "^1.1.0",
|
|
"yauzl": "^2.10.0"
|
|
}
|
|
}
|