kibana/packages/kbn-ace/package.json
Kibana Machine e0d68f8cae
chore(NA): splits types from code on @kbn/ace (#118950) (#119171)
* chore(NA): auto creation of the package.json for the new types pkg rule

* chore(NA): first alpha api extractor working version

* chore(NA): support kbn-analytics

* chore(NA): correctly read tsconfig files and deps from ts_config rule

* chore(NA): layed out pkg_npm_types tree artifact custom rule

* chore(NA): missing todos

* chore(NA): node modules link mapping

* chore(NA): fully working pkg_npm_types rule

* chore(NA): fix changes on new packages using elastic datemath pkgs

* docs(NA): remove todo

* docs(NA): last todo text correction

* chore(NA): removed commented lines

* fix(NA): include missing package version

* chore(NA): include license keys

* chore(NA): change mock types package into private

* chore(NA): splits types from code on @kbn/ace

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
2021-11-24 10:22:34 -07:00

7 lines
150 B
JSON

{
"name": "@kbn/ace",
"version": "1.0.0",
"private": true,
"main": "./target_node/index.js",
"license": "SSPL-1.0 OR Elastic License 2.0"
}