kibana/packages/kbn-utility-types/package.json
Kibana Machine d4a497ed9d
chore(NA): moving @kbn/utility-types to babel transpiler (#107159) (#107320)
* chore(NA): moving @kbn/utility-types to babel transpiler

* chore(NA): fix type imports

* chore(NA): fix type imports

* chore(NA): fix type imports

* chore(NA): fix rootdir of tsd tests

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

Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-07-30 17:05:52 -04:00

14 lines
No EOL
311 B
JSON

{
"name": "@kbn/utility-types",
"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",
"kibana": {
"devOnly": false
},
"scripts": {
"test": "../../node_modules/.bin/tsd src/tsd_tests"
}
}