mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
26 lines
No EOL
517 B
JSON
26 lines
No EOL
517 B
JSON
{
|
|
"name": "x-pack",
|
|
"version": "9.1.0",
|
|
"author": "Elastic",
|
|
"private": true,
|
|
"license": "Elastic-License",
|
|
"scripts": {
|
|
"github-checks-reporter": "../node_modules/.bin/github-checks-reporter",
|
|
"kbn": "node ../scripts/kbn",
|
|
"start": "node ../scripts/kibana --dev",
|
|
"test:jest": "node ../scripts/jest"
|
|
},
|
|
"kibana": {
|
|
"build": {
|
|
"oss": false
|
|
},
|
|
"clean": {
|
|
"extraPatterns": [
|
|
"plugins/*/target"
|
|
]
|
|
}
|
|
},
|
|
"engines": {
|
|
"yarn": "^1.21.1"
|
|
}
|
|
} |