mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* Updating everything except the license headers themselves * Applying ESLint rules * Manually replacing the stragglers
15 lines
No EOL
344 B
JSON
15 lines
No EOL
344 B
JSON
{
|
|
"name": "@kbn/logging",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "SSPL-1.0 OR Elastic License 2.0",
|
|
"main": "./target/index.js",
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/tsc",
|
|
"kbn:bootstrap": "yarn build",
|
|
"kbn:watch": "yarn build --watch"
|
|
},
|
|
"dependencies": {
|
|
"@kbn/std": "link:../kbn-std"
|
|
}
|
|
} |