{ "name": "x-pack", "version": "8.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", "build": "node --preserve-symlinks ../node_modules/.bin/gulp build", "test:jest": "node ../scripts/jest" }, "kibana": { "build": { "intermediateBuildDirectory": "build/plugin/kibana/x-pack", "oss": false }, "clean": { "extraPatterns": [ "plugins/*/target" ] } }, "engines": { "yarn": "^1.21.1" } }