kibana/packages/kbn-dev-utils/package.json
2019-08-15 12:34:03 -07:00

26 lines
543 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",
"execa": "^1.0.0",
"exit-hook": "^2.2.0",
"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"
}
}