{ "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_node/index.js", "types": "target_types/index.d.ts", "bin": { "plugin-helpers": "bin/plugin-helpers.js" } }