mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
10 lines
279 B
JSON
10 lines
279 B
JSON
{
|
|
"name": "@kbn/alerts",
|
|
"version": "1.0.0",
|
|
"description": "Alerts components and hooks",
|
|
"license": "SSPL-1.0 OR Elastic License 2.0",
|
|
"browser": "./target_web/index.js",
|
|
"main": "./target_node/index.js",
|
|
"private": true,
|
|
"types": "./target_types/index.d.ts"
|
|
}
|