{ "name": "@kbn/utils", "main": "./target/index.js", "version": "1.0.0", "license": "Apache-2.0", "private": true, "scripts": { "build": "tsc", "kbn:bootstrap": "yarn build", "kbn:watch": "yarn build --watch" }, "dependencies": { "@kbn/config-schema": "1.0.0", "load-json-file": "^6.2.0" }, "devDependencies": { "typescript": "4.0.2" } }