{ "name": "@kbn/legacy-logging", "version": "1.0.0", "private": true, "license": "Apache-2.0", "main": "./target/index.js", "scripts": { "build": "tsc", "kbn:bootstrap": "yarn build", "kbn:watch": "yarn build --watch" }, "dependencies": { "@kbn/utils": "link:../kbn-utils" } }