kibana/packages/kbn-eslint-import-resolver-kibana/package.json
Brandon Kobel 170a2956c8
Updating the License (#88343)
* Updating the Licenses, except for applying eslint, building

* Applying ESLint rules,building @kbn/pm, regenerating api docs
2021-01-19 17:52:56 -08:00

15 lines
418 B
JSON
Executable file

{
"name": "@kbn/eslint-import-resolver-kibana",
"description": "eslint-plugin-import resolver for Kibana",
"private": true,
"version": "2.0.0",
"main": "import_resolver_kibana.js",
"license": "SSPL-1.0 OR Elastic License",
"kibana": {
"devOnly": true
},
"repository": {
"type": "git",
"url": "https://github.com/elastic/kibana/tree/master/packages/kbn-eslint-import-resolver-kibana"
}
}