kibana/packages/kbn-spec-to-console/package.json
Bill McConaghy e16bb422ba
adding spec to console utility as Kibana script (#35232)
* adding spec to console utility as Kibana script

* fixing yarn.lock

* aligning dep versions with Kibana

* fixing test
2019-04-17 20:40:32 -04:00

27 lines
No EOL
591 B
JSON

{
"name": "spec-to-console",
"version": "0.0.0",
"description": "ES REST spec -> Console autocomplete",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jest",
"format": "prettier **/*.js --write"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jbudz/spec-to-console/issues"
},
"homepage": "https://github.com/jbudz/spec-to-console#readme",
"devDependencies": {
"jest": "^24.1.0",
"prettier": "^1.14.3"
},
"dependencies": {
"commander": "^2.11.0",
"glob": "^7.1.2"
}
}