kibana/packages/kbn-legacy-logging/package.json
Brandon Kobel 170a2956c8
Updating the License (#88343)
* Updating the Licenses, except for applying eslint, building

* Applying ESLint rules,building @kbn/pm, regenerating api docs
2021-01-19 17:52:56 -08:00

16 lines
328 B
JSON

{
"name": "@kbn/legacy-logging",
"version": "1.0.0",
"private": true,
"license": "SSPL-1.0 OR Elastic License",
"main": "./target/index.js",
"scripts": {
"build": "tsc",
"kbn:bootstrap": "yarn build",
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"@kbn/utils": "link:../kbn-utils"
}
}