package.json 394 B

123456789101112131415161718
  1. {
  2. "name": "jest-snapshot",
  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. "jest-diff": "^22.4.3",
  13. "jest-matcher-utils": "^22.4.3",
  14. "mkdirp": "^0.5.1",
  15. "natural-compare": "^1.4.0",
  16. "pretty-format": "^22.4.3"
  17. }
  18. }