{ "name": "@kbn/plugin-helpers", "version": "1.0.0", "private": true, "description": "Just some helpers for kibana plugin devs.", "license": "SSPL-1.0 OR Elastic License 2.0", "kibana": { "devOnly": true }, "main": "target/index.js", "types": "target/index.d.ts", "bin": { "plugin-helpers": "bin/plugin-helpers.js" }, "scripts": { "kbn:bootstrap": "rm -rf target && ../../node_modules/.bin/tsc", "kbn:watch": "../../node_modules/.bin/tsc --watch" }, "dependencies": { "@kbn/dev-utils": "link:../kbn-dev-utils", "@kbn/optimizer": "link:../kbn-optimizer" } }