kibana/packages/kbn-dev-utils/package.json
Spencer e8409c0160
Move src/dev/run to @kbn/dev-utils (#43387)
* move src/dev/run into `@kbn/dev-utils`

* forgot to save a replacement
2019-08-16 07:13:54 -07:00

28 lines
592 B
JSON

{
"name": "@kbn/dev-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": {
"chalk": "^2.4.1",
"dedent": "^0.7.0",
"execa": "^1.0.0",
"exit-hook": "^2.2.0",
"getopts": "^2.2.5",
"moment": "^2.20.1",
"rxjs": "^6.2.1",
"tree-kill": "^1.2.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"typescript": "3.5.3",
"@kbn/expect": "1.0.0",
"chance": "1.0.18"
}
}