package.json 609 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "jest-matcher-utils",
  3. "description": "A set of utility functions for expect and related packages",
  4. "version": "24.9.0",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/jest.git",
  8. "directory": "packages/jest-matcher-utils"
  9. },
  10. "engines": {
  11. "node": ">= 6"
  12. },
  13. "license": "MIT",
  14. "main": "build/index.js",
  15. "dependencies": {
  16. "chalk": "^2.0.1",
  17. "jest-diff": "^24.9.0",
  18. "jest-get-type": "^24.9.0",
  19. "pretty-format": "^24.9.0"
  20. },
  21. "publishConfig": {
  22. "access": "public"
  23. },
  24. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  25. }