kibana/packages/kbn-utils/package.json
Tyler Smalley 93e37af4f1
[@kbn/utils] Adds missing dependency (#77536)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-09-15 12:07:28 -07:00

20 lines
384 B
JSON

{
"name": "@kbn/utils",
"main": "./target/index.js",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "tsc",
"kbn:bootstrap": "yarn build",
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"@kbn/config-schema": "1.0.0",
"load-json-file": "^6.2.0"
},
"devDependencies": {
"typescript": "4.0.2"
}
}