package.json 988 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "jest-runtime",
  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. "babel-core": "^6.0.0",
  12. "babel-jest": "^22.4.4",
  13. "babel-plugin-istanbul": "^4.1.5",
  14. "chalk": "^2.0.1",
  15. "convert-source-map": "^1.4.0",
  16. "exit": "^0.1.2",
  17. "graceful-fs": "^4.1.11",
  18. "jest-config": "^22.4.4",
  19. "jest-haste-map": "^22.4.2",
  20. "jest-regex-util": "^22.1.0",
  21. "jest-resolve": "^22.4.2",
  22. "jest-util": "^22.4.1",
  23. "jest-validate": "^22.4.4",
  24. "json-stable-stringify": "^1.0.1",
  25. "micromatch": "^2.3.11",
  26. "realpath-native": "^1.0.0",
  27. "slash": "^1.0.0",
  28. "strip-bom": "3.0.0",
  29. "write-file-atomic": "^2.1.0",
  30. "yargs": "^10.0.3"
  31. },
  32. "devDependencies": {
  33. "jest-environment-jsdom": "^22.4.1",
  34. "jest-environment-node": "^22.4.1"
  35. },
  36. "bin": {
  37. "jest-runtime": "./bin/jest-runtime.js"
  38. }
  39. }