kibana/packages/kbn-securitysolution-io-ts-list-types/package.json
Tiago Costa 49cc25886c
chore(NA): moving @kbn/securitysolution-io-ts-list-types to babel transpile (#109750)
* chore(NA): moving @kbn/securitysolution-io-ts-list-types to babel transpiler

* chore(NA): add a browser target

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-08-26 18:10:46 +01:00

11 lines
365 B
JSON

{
"name": "@kbn/securitysolution-io-ts-list-types",
"version": "1.0.0",
"description": "io ts utilities and types to be shared with plugins from the security solution project",
"license": "SSPL-1.0 OR Elastic License 2.0",
"browser": "./target_web/index.js",
"main": "./target_node/index.js",
"types": "./target_types/index.d.ts",
"private": true
}