package.json 741 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "@jest/environment",
  3. "version": "29.7.0",
  4. "repository": {
  5. "type": "git",
  6. "url": "https://github.com/jestjs/jest.git",
  7. "directory": "packages/jest-environment"
  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. "@jest/fake-timers": "^29.7.0",
  21. "@jest/types": "^29.6.3",
  22. "@types/node": "*",
  23. "jest-mock": "^29.7.0"
  24. },
  25. "engines": {
  26. "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
  27. },
  28. "publishConfig": {
  29. "access": "public"
  30. },
  31. "gitHead": "4e56991693da7cd4c3730dc3579a1dd1403ee630"
  32. }