kibana/packages/kbn-expect/package.json
Spencer 07c1284e9d
[kbn/bootstrap] validate that certain deps don't ship in production (#80549)
Co-authored-by: spalger <spalger@users.noreply.github.com>
2020-10-15 09:56:10 -07:00

11 lines
153 B
JSON

{
"name": "@kbn/expect",
"main": "./expect.js",
"version": "1.0.0",
"license": "MIT",
"private": true,
"kibana": {
"devOnly": true
}
}