kibana/packages/kbn-storybook/package.json
2020-10-15 17:25:34 -05:00

21 lines
411 B
JSON

{
"name": "@kbn/storybook",
"version": "1.0.0",
"private": true,
"license": "Apache-2.0",
"main": "./target/index.js",
"devDependencies": {
"@kbn/dev-utils": "1.0.0",
"@types/loader-utils": "^1.1.3",
"@types/webpack-merge": "^4.1.5"
},
"kibana": {
"devOnly": true
},
"scripts": {
"build": "tsc",
"kbn:bootstrap": "yarn build",
"watch": "yarn build --watch"
}
}