mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [packages] add kibana.jsonc files * auto-migrate to kibana.jsonc * support interactive pkg id selection too * remove old codeowners entry * skip codeowners generation when .github/CODEOWNERS doesn't exist * fall back to format validation if user is offline * update question style * [CI] Auto-commit changed files from 'node scripts/eslint --no-cache --fix' Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
8 lines
144 B
JSON
8 lines
144 B
JSON
{
|
|
"name": "@kbn/expect",
|
|
"main": "./expect.js",
|
|
"typings": "./expect.d.ts",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"private": true
|
|
}
|