kibana/packages/kbn-securitysolution-list-hooks/package.json
Tiago Costa fc236ad494
chore(NA): moving @kbn/securitysolution-list-hooks to babel transpiler (#110490)
* chore(NA): moving @kbn/securitysolution-list-hooks to babel transpiler

* chore(NA): remove comments

* chore(NA): introduce web bundles
2021-08-31 02:20:18 +01:00

11 lines
309 B
JSON

{
"name": "@kbn/securitysolution-list-hooks",
"version": "1.0.0",
"description": "Security solution list ReactJS 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
}