package.json 859 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "babel-jest",
  3. "description": "Jest plugin to use babel for transformation.",
  4. "version": "24.9.0",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/facebook/jest.git",
  8. "directory": "packages/babel-jest"
  9. },
  10. "license": "MIT",
  11. "main": "build/index.js",
  12. "types": "build/index.d.ts",
  13. "dependencies": {
  14. "@jest/transform": "^24.9.0",
  15. "@jest/types": "^24.9.0",
  16. "@types/babel__core": "^7.1.0",
  17. "babel-plugin-istanbul": "^5.1.0",
  18. "babel-preset-jest": "^24.9.0",
  19. "chalk": "^2.4.2",
  20. "slash": "^2.0.0"
  21. },
  22. "devDependencies": {
  23. "@babel/core": "^7.1.0",
  24. "@types/slash": "^2.0.0"
  25. },
  26. "peerDependencies": {
  27. "@babel/core": "^7.0.0"
  28. },
  29. "engines": {
  30. "node": ">= 6"
  31. },
  32. "publishConfig": {
  33. "access": "public"
  34. },
  35. "gitHead": "9ad0f4bc6b8bdd94989804226c28c9960d9da7d1"
  36. }