kibana/packages/kbn-spec-to-console/package.json
Spencer c77704dd64
[7.x] Update jest related packages (#46391) (#46624)
* Update jest related packages (#46391)

* Update jest related packages

* use correct type

* adapt spy and describe.each types

* update yarn.lock

* update snapshot

* define types before passing to describe.each

# Conflicts:
#	yarn.lock

* update yarn.lock file
2019-09-25 15:16:26 -07: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.9.0",
"prettier": "^1.14.3"
},
"dependencies": {
"commander": "^2.11.0",
"glob": "^7.1.2"
}
}