package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "jest-runtime",
  3. "version": "24.9.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-runtime"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "types": "build/index.d.ts",
  12. "dependencies": {
  13. "@jest/console": "^24.7.1",
  14. "@jest/environment": "^24.9.0",
  15. "@jest/source-map": "^24.3.0",
  16. "@jest/transform": "^24.9.0",
  17. "@jest/types": "^24.9.0",
  18. "@types/yargs": "^13.0.0",
  19. "chalk": "^2.0.1",
  20. "exit": "^0.1.2",
  21. "glob": "^7.1.3",
  22. "graceful-fs": "^4.1.15",
  23. "jest-config": "^24.9.0",
  24. "jest-haste-map": "^24.9.0",
  25. "jest-message-util": "^24.9.0",
  26. "jest-mock": "^24.9.0",
  27. "jest-regex-util": "^24.3.0",
  28. "jest-resolve": "^24.9.0",
  29. "jest-snapshot": "^24.9.0",
  30. "jest-util": "^24.9.0",
  31. "jest-validate": "^24.9.0",
  32. "realpath-native": "^1.1.0",
  33. "slash": "^2.0.0",
  34. "strip-bom": "^3.0.0",
  35. "yargs": "^13.3.0"
  36. },
  37. "devDependencies": {
  38. "@types/exit": "^0.1.30",
  39. "@types/glob": "^7.1.1",
  40. "@types/graceful-fs": "^4.1.2",
  41. "@types/slash": "^2.0.0",
  42. "@types/strip-bom": "^3.0.0",
  43. "jest-environment-node": "^24.9.0"
  44. },
  45. "bin": {
  46. "jest-runtime": "./bin/jest-runtime.js"
  47. },
  48. "engines": {
  49. "node": ">= 6"
  50. },
  51. "publishConfig": {
  52. "access": "public"
  53. },
  54. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  55. }