kibana/packages/kbn-plugin-helpers/package.json
Spencer b411925bba
Fix plugin-helpers test:server task (#31034)
* [plugin-helpers/testServer] use scripts/mocha

* [yarn] sync eslint-plugin-jest with kibana while I'm here
2019-02-13 22:47:26 -08:00

27 lines
666 B
JSON

{
"name": "@kbn/plugin-helpers",
"private": true,
"version": "9.0.2",
"description": "Just some helpers for kibana plugin devs.",
"main": "lib/index.js",
"bin": {
"plugin-helpers": "bin/plugin-helpers.js"
},
"author": "Spencer Alger <email@spalger.com>",
"license": "Apache-2.0",
"dependencies": {
"argv-split": "^2.0.1",
"commander": "^2.9.0",
"del": "^2.2.2",
"execa": "^1.0.0",
"gulp-rename": "1.2.2",
"globby": "^8.0.1",
"gulp-zip": "^4.1.0",
"inquirer": "^1.2.2",
"minimatch": "^3.0.4",
"node-sass": "^4.9.4",
"through2": "^2.0.3",
"through2-map": "^3.0.0",
"vinyl-fs": "^3.0.0"
}
}