package.json 388 B

12345678910111213141516
  1. {
  2. "name": "jest-matcher-utils",
  3. "description": "A set of utility functions for expect and related packages",
  4. "version": "22.4.3",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/jest.git"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "dependencies": {
  12. "chalk": "^2.0.1",
  13. "jest-get-type": "^22.4.3",
  14. "pretty-format": "^22.4.3"
  15. }
  16. }