package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "@jest/transform",
  3. "version": "29.7.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-transform"
  8. },
  9. "license": "MIT",
  10. "main": "./build/index.js",
  11. "types": "./build/index.d.ts",
  12. "exports": {
  13. ".": {
  14. "types": "./build/index.d.ts",
  15. "default": "./build/index.js"
  16. },
  17. "./package.json": "./package.json"
  18. },
  19. "dependencies": {
  20. "@babel/core": "^7.11.6",
  21. "@jest/types": "^29.6.3",
  22. "@jridgewell/trace-mapping": "^0.3.18",
  23. "babel-plugin-istanbul": "^6.1.1",
  24. "chalk": "^4.0.0",
  25. "convert-source-map": "^2.0.0",
  26. "fast-json-stable-stringify": "^2.1.0",
  27. "graceful-fs": "^4.2.9",
  28. "jest-haste-map": "^29.7.0",
  29. "jest-regex-util": "^29.6.3",
  30. "jest-util": "^29.7.0",
  31. "micromatch": "^4.0.4",
  32. "pirates": "^4.0.4",
  33. "slash": "^3.0.0",
  34. "write-file-atomic": "^4.0.2"
  35. },
  36. "devDependencies": {
  37. "@jest/test-utils": "^29.7.0",
  38. "@types/babel__core": "^7.1.14",
  39. "@types/convert-source-map": "^2.0.0",
  40. "@types/graceful-fs": "^4.1.3",
  41. "@types/micromatch": "^4.0.1",
  42. "@types/write-file-atomic": "^4.0.0",
  43. "dedent": "^1.0.0"
  44. },
  45. "engines": {
  46. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  47. },
  48. "publishConfig": {
  49. "access": "public"
  50. },
  51. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  52. }