kibana/packages/kbn-securitysolution-hook-utils/package.json
Kibana Machine f2a5cb5f31
chore(NA): add missing browser targets on @kbn/security-solution packages (#110260) (#110323)
Co-authored-by: Tiago Costa <tiagoffcc@hotmail.com>
2021-08-26 21:24:34 +00:00

11 lines
316 B
JSON

{
"name": "@kbn/securitysolution-hook-utils",
"version": "1.0.0",
"description": "Security Solution utilities for React hooks",
"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
}