kibana/packages/kbn-utility-types/package.json
Tiago Costa 2bb97f234a
chore(NA): moving @kbn/utility-types into bazel (#97151)
* chore(NA): moving @kbn/utility-types into bazel

* chore(NA): solve ts config errors
2021-04-15 02:33:38 +01:00

14 lines
No EOL
296 B
JSON

{
"name": "@kbn/utility-types",
"version": "1.0.0",
"private": true,
"license": "SSPL-1.0 OR Elastic License 2.0",
"main": "target/index.js",
"types": "target/index.d.ts",
"kibana": {
"devOnly": false
},
"scripts": {
"test": "../../node_modules/.bin/tsd tsd_tests"
}
}