mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
* 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>
7 lines
150 B
JSON
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"
|
|
}
|