kibana/packages/kbn-utils/package.json
Tyler Smalley e8a4b7e7dd
[@kbn/utils] Clean target before build (#84253)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2020-11-24 11:33:34 -08:00

15 lines
358 B
JSON

{
"name": "@kbn/utils",
"main": "./target/index.js",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "rm -rf target && ../../node_modules/.bin/tsc",
"kbn:bootstrap": "yarn build",
"kbn:watch": "yarn build --watch"
},
"dependencies": {
"@kbn/config-schema": "link:../kbn-config-schema"
}
}