kibana/packages/kbn-cli-dev-mode/package.json
Kibana Machine 6b846f4d48
chore(NA): moving @kbn/cli-dev-mode to babel transpiler (#107779) (#107914)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-09 17:46:35 +00:00

11 lines
237 B
JSON

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