kibana/packages/kbn-securitysolution-io-ts-utils/package.json

11 lines
360 B
JSON
Raw Normal View History

{
"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
}