package.json 550 B

1234567891011121314151617181920212223
  1. {
  2. "name": "jest-runner",
  3. "version": "22.4.4",
  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. "exit": "^0.1.2",
  12. "jest-config": "^22.4.4",
  13. "jest-docblock": "^22.4.0",
  14. "jest-haste-map": "^22.4.2",
  15. "jest-jasmine2": "^22.4.4",
  16. "jest-leak-detector": "^22.4.0",
  17. "jest-message-util": "^22.4.0",
  18. "jest-runtime": "^22.4.4",
  19. "jest-util": "^22.4.1",
  20. "jest-worker": "^22.2.2",
  21. "throat": "^4.0.0"
  22. }
  23. }