kibana/packages/kbn-dev-utils/package.json
Tiago Costa b142f80d7d
Match chalk dependency version on kibana with the one used on x-pack (#20621)
* chore(NA): match chalk dependency version on kibana with x-pack to ^2.3.2.

* chore(NA): bump chalk version dependencies and update lock files.
2018-07-13 00:26:57 +01:00

25 lines
556 B
JSON

{
"name": "@kbn/dev-utils",
"main": "./target/index.js",
"types": "./index.d.ts",
"version": "1.0.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "babel src --out-dir target",
"kbn:bootstrap": "yarn build"
},
"dependencies": {
"chalk": "^2.4.1",
"execa": "^0.10.0",
"moment": "^2.20.1",
"rxjs": "^6.2.1",
"tree-kill": "^1.2.0"
},
"devDependencies": {
"@kbn/babel-preset": "link:../kbn-babel-preset",
"babel-cli": "^6.26.0",
"chance": "1.0.6",
"expect.js": "0.3.1"
}
}