package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "jest-config",
  3. "version": "24.9.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/facebook/jest.git",
  7. "directory": "packages/jest-config"
  8. },
  9. "license": "MIT",
  10. "main": "build/index.js",
  11. "types": "build/index.d.ts",
  12. "dependencies": {
  13. "@babel/core": "^7.1.0",
  14. "@jest/test-sequencer": "^24.9.0",
  15. "@jest/types": "^24.9.0",
  16. "babel-jest": "^24.9.0",
  17. "chalk": "^2.0.1",
  18. "glob": "^7.1.1",
  19. "jest-environment-jsdom": "^24.9.0",
  20. "jest-environment-node": "^24.9.0",
  21. "jest-get-type": "^24.9.0",
  22. "jest-jasmine2": "^24.9.0",
  23. "jest-regex-util": "^24.3.0",
  24. "jest-resolve": "^24.9.0",
  25. "jest-util": "^24.9.0",
  26. "jest-validate": "^24.9.0",
  27. "micromatch": "^3.1.10",
  28. "pretty-format": "^24.9.0",
  29. "realpath-native": "^1.1.0"
  30. },
  31. "devDependencies": {
  32. "@types/babel__core": "^7.0.4",
  33. "@types/glob": "^7.1.1",
  34. "@types/micromatch": "^3.1.0"
  35. },
  36. "engines": {
  37. "node": ">= 6"
  38. },
  39. "publishConfig": {
  40. "access": "public"
  41. },
  42. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  43. }