package.json 224 B

1234567891011
  1. {
  2. "name": "jest-mock",
  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. "browser": "build-es5/index.js"
  11. }