kibana/packages/kbn-legacy-logging/package.json

16 lines
311 B
JSON
Raw Normal View History

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