kibana/x-pack/package.json
Tiago Costa 296c452345
chore(NA): bump version to 9.1.0 (#208990)
Usually bump from 9.0.0 to 9.1.0
2025-01-31 06:05:13 +00:00

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"
}
}