kibana/x-pack/package.json
Tiago Costa 1d0785c741
chore(NA): bump version to 8.5.4 (#147266)
Usually bump from 8.5.3 to 8.5.4

Co-authored-by: Jonathan Budzenski <jon@elastic.co>
2022-12-08 19:53:59 -06:00

26 lines
No EOL
517 B
JSON

{
"name": "x-pack",
"version": "8.5.4",
"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"
}
}