kibana/packages/kbn-spec-to-console/package.json
Brandon Kobel 4584a8b570
Elastic License 2.0 (#90099)
* Updating everything except the license headers themselves

* Applying ESLint rules

* Manually replacing the stragglers
2021-02-03 18:12:39 -08:00

21 lines
504 B
JSON

{
"name": "spec-to-console",
"version": "0.0.0",
"description": "ES REST spec -> Console autocomplete",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"format": "../../node_modules/.bin/prettier **/*.js --write"
},
"author": "",
"license": "SSPL-1.0 OR Elastic License 2.0",
"kibana": {
"devOnly": true
},
"bugs": {
"url": "https://github.com/jbudz/spec-to-console/issues"
},
"homepage": "https://github.com/jbudz/spec-to-console#readme"
}