kibana/packages/kbn-securitysolution-io-ts-utils/package.json
Tiago Costa bf6e1243f9
chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler (#110099)
* chore(NA): moving @kbn/securitysolution-io-ts-utils to babel transpiler

* chore(NA): introduce browser targets

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

11 lines
360 B
JSON

{
"name": "@kbn/securitysolution-io-ts-utils",
"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
}