package.json 322 B

12345678910111213141516
  1. {
  2. "name": "jest-diff",
  3. "version": "22.4.3",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git"
  7. },
  8. "license": "MIT",
  9. "main": "build/index.js",
  10. "dependencies": {
  11. "chalk": "^2.0.1",
  12. "diff": "^3.2.0",
  13. "jest-get-type": "^22.4.3",
  14. "pretty-format": "^22.4.3"
  15. }
  16. }