kibana/x-pack/package.json
Tiago Costa ca00255b3f
chore(NA): bump version to 8.18.1 (#218303)
Usually bump from 8.18.0 to 8.18.1
2025-04-17 01:29:23 +01:00

26 lines
No EOL
518 B
JSON

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