kibana/packages/kbn-plugin-generator/package.json
Kibana Machine c21b885c47
chore(NA): moving @kbn/plugin-generator to babel transpiler (#109083) (#109230)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-19 09:52:50 -04:00

8 lines
198 B
JSON

{
"name": "@kbn/plugin-generator",
"version": "1.0.0",
"private": true,
"license": "SSPL-1.0 OR Elastic License 2.0",
"main": "target_node/index.js",
"types": "target_types/index.d.ts"
}